@event-calendar/build 3.10.0 → 3.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/event-calendar.min.js +2 -2
- package/event-calendar.min.js.map +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -207,8 +207,8 @@ Or in your Svelte component, use the calendar like this:
|
|
|
207
207
|
### Pre-built browser ready bundle
|
|
208
208
|
Include the following lines of code in the `<head>` section of your page:
|
|
209
209
|
```html
|
|
210
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@3.10.
|
|
211
|
-
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@3.10.
|
|
210
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@3.10.1/event-calendar.min.css">
|
|
211
|
+
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@3.10.1/event-calendar.min.js"></script>
|
|
212
212
|
```
|
|
213
213
|
|
|
214
214
|
<details>
|