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
1616
1717### CDN
1818``` 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 >
2020```
2121
2222#### Example
@@ -29,15 +29,15 @@ npm i neptunecss-js
2929 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
3030
3131 <!-- 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" >
3333
3434 <title >Neptune example</title >
3535 </head >
3636 <body >
3737 <!-- Your Content -->
3838
3939 <!-- 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 >
4141 </body >
4242</html >
4343```
You can’t perform that action at this time.
0 commit comments