Skip to content

Commit 1a19fc2

Browse files
authored
Update README.md
1 parent 5857222 commit 1a19fc2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ It helps you to use microCMS from JavaScript and Node.js applications.
1010

1111
Install npm package.
1212

13-
[!NOTE]
14-
v3.0.0 or later requires Node.js **v18 or higher**.
13+
> [!IMPORTANT]
14+
> v3.0.0 or later requires Node.js **v18 or higher**.
1515
1616
```bash
1717
$ npm install microcms-js-sdk
@@ -25,6 +25,10 @@ CDN support.
2525

2626
```html
2727
<script src="https://unpkg.com/microcms-js-sdk@latest/dist/umd/microcms-js-sdk.js"></script>
28+
29+
or
30+
31+
<script src="https://unpkg.com/[email protected]/dist/umd/microcms-js-sdk.js"></script>
2832
```
2933

3034
### How to use

0 commit comments

Comments
 (0)