Skip to content

Commit fb741fe

Browse files
authored
Update README.md
1 parent ed19045 commit fb741fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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@[VERSION]/neptune.min.js"></script>
19+
<script src="https://cdn.jsdelivr.net/npm/neptunecss-js@latest/neptune.min.js"></script>
2020
```
2121

2222
#### Example
@@ -29,21 +29,21 @@ 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@[VERSION]/neptune.min.css">
32+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/neptunecss@latest/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@[VERSION]/neptune.min.js"></script>
40+
<script src="https://cdn.jsdelivr.net/npm/neptunecss-js@latest/neptune.min.js"></script>
4141
</body>
4242
</html>
4343
```
4444

4545
## Documentation
46-
You can read the docs [here](http://neptunecss.org).
46+
You can read the docs [here](https://neptune-css.gitbook.io/neptune-css-docs/neptune-js).
4747

4848
## Snippets Extension
4949
Download it in [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=NeptuneCSS.neptunecss-snippets) or checkout on [GitHub](https://github.com/neptune-css/neptune-snippets).

0 commit comments

Comments
 (0)