Skip to content

Commit

Permalink
docs: update installation-and-usage.mdx and installation-and-usage.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
uvarov-frontend committed Nov 16, 2024
1 parent db6eed0 commit dec6412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/learn/installation-and-usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ If you need to quickly integrate Vanilla Calendar Pro without using build tools
<link href="https://cdn.jsdelivr.net/npm/vanilla-calendar-pro/styles/index.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/vanilla-calendar-pro/index.js" defer></script>
</head>
<body>
<body style="display: flex; align-items: start">
<div id="calendar"></div>
<script>
document.addEventListener('DOMContentLoaded', () => {
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/learn/installation-and-usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import 'vanilla-calendar-pro/styles/themes/dark.css'; // Темная тема
<link href="https://cdn.jsdelivr.net/npm/vanilla-calendar-pro/styles/index.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/vanilla-calendar-pro/index.js" defer></script>
</head>
<body>
<body style="display: flex; align-items: start">
<div id="calendar"></div>
<script>
document.addEventListener('DOMContentLoaded', () => {
Expand Down

0 comments on commit dec6412

Please sign in to comment.