Skip to content

Commit fe3eff5

Browse files
authored
Merge pull request #77 from Sinhalite/docs/add-warning-cdn-use
2 parents f101c9a + 7e5ddea commit fe3eff5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ or
2121
$ yarn add microcms-js-sdk
2222
```
2323

24-
CDN support.
24+
> [!WARNING]
25+
> The hosting service (unpkg.com) is not related to microCMS. For production use, we recommend self-hosting on your own server.
2526
2627
```html
27-
<script src="https://unpkg.com/microcms-js-sdk@latest/dist/umd/microcms-js-sdk.js"></script>
28+
<script src="https://unpkg.com/microcms-js-sdk@3.1.0/dist/umd/microcms-js-sdk.js"></script>
2829

2930
or
3031

31-
<script src="https://unpkg.com/microcms-js-sdk@2.7.0/dist/umd/microcms-js-sdk.js"></script>
32+
<script src="https://unpkg.com/microcms-js-sdk@latest/dist/umd/microcms-js-sdk.js"></script>
3233
```
3334

3435
### How to use

0 commit comments

Comments
 (0)