We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5857222 commit 1a19fc2Copy full SHA for 1a19fc2
README.md
@@ -10,8 +10,8 @@ It helps you to use microCMS from JavaScript and Node.js applications.
10
11
Install npm package.
12
13
-[!NOTE]
14
-v3.0.0 or later requires Node.js **v18 or higher**.
+> [!IMPORTANT]
+> v3.0.0 or later requires Node.js **v18 or higher**.
15
16
```bash
17
$ npm install microcms-js-sdk
@@ -25,6 +25,10 @@ CDN support.
25
26
```html
27
<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>
32
```
33
34
### How to use
0 commit comments