Skip to content

Commit e342c31

Browse files
authored
Update README.md
1 parent 3486e8f commit e342c31

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@
99
## Install
1010

1111
### NMP
12-
Copy the following Code to install the [npm package](https://www.npmjs.com/package/@neptune-css/neptune).
12+
Copy the following Code to install the [npm package](https://www.npmjs.com/package/neptunecss-js).
1313
```
14-
npm i @neptune-css/neptune
14+
npm i neptunecss-js
1515
```
1616

1717
### CDN
18-
Use the following tag to import neptune via cdn. Replace [VERSION] with the version you want (`vx.x.x`).
1918
```html
20-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@neptune-css/neptune@[VERSION]/neptune.css">
19+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/neptune.min.js"></script>
2120
```
2221

2322
#### Example
@@ -30,24 +29,27 @@ Use the following tag to import neptune via cdn. Replace [VERSION] with the vers
3029
<meta name="viewport" content="width=device-width, initial-scale=1.0">
3130

3231
<!-- Import neptune ui -->
33-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@neptune-css/neptune@[VERSION]/neptune.css">
32+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/neptune.min.css">
3433

3534
<title>Neptune example</title>
3635
</head>
3736
<body>
3837
<!-- Your Content -->
38+
39+
<!-- Import Neptune JS -->
40+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/neptune.min.js"></script>
3941
</body>
4042
</html>
4143
```
4244

4345
## Documentation
44-
You can read the docs [here](http://docs.neptunecss.org).
46+
You can read the docs [here](http://neptunecss.org).
4547

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

4951
## License
50-
[MIT LICENSE](https://github.com/neptune-css/neptune-css/blob/main/LICENSE)
52+
[MIT LICENSE](https://github.com/neptune-css/neptune-js/blob/main/LICENSE)
5153

5254
## Author
5355
[Colin Grahm](https://github.com/CGWebDev2003)

0 commit comments

Comments
 (0)