File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ npm i neptunecss-js
16
16
17
17
### CDN
18
18
``` html
19
- <script src =" https://cdn.jsdelivr.net/npm/neptunecss-js@1.0.0 /neptune.min.js" ></script >
19
+ <script src =" https://cdn.jsdelivr.net/npm/neptunecss-js@[VERSION] /neptune.min.js" ></script >
20
20
```
21
21
22
22
#### Example
@@ -29,15 +29,15 @@ npm i neptunecss-js
29
29
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
30
30
31
31
<!-- Import neptune ui -->
32
- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/neptunecss@0.9.1 /neptune.min.css" >
32
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/neptunecss@[VERSION] /neptune.min.css" >
33
33
34
34
<title >Neptune example</title >
35
35
</head >
36
36
<body >
37
37
<!-- Your Content -->
38
38
39
39
<!-- Import Neptune JS -->
40
- <script src =" https://cdn.jsdelivr.net/npm/neptunecss-js@1.0.0 /neptune.min.js" ></script >
40
+ <script src =" https://cdn.jsdelivr.net/npm/neptunecss-js@[VERSION] /neptune.min.js" ></script >
41
41
</body >
42
42
</html >
43
43
```
You can’t perform that action at this time.
0 commit comments