Skip to content

Commit 4744b65

Browse files
authored
Update README.md
1 parent e342c31 commit 4744b65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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@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
```

0 commit comments

Comments
 (0)