Skip to content

Commit 77b023d

Browse files
updated readme
1 parent 06e9645 commit 77b023d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./styles.css

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ A very lightweight tooltip utitlity library, made using only `CSS`.
1717
`$ yarn add css-only-tooltip`
1818

1919
- Using jsDelivr CDN
20-
```js
21-
<script src="https://cdn.jsdelivr.net/npm/css-only-tooltip@latest/dist/styles.min.css"></script>
20+
```html
21+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/css-only-tooltip@latest/dist/styles.min.css">
2222
```
2323

2424

2525
- Using unpkg CDN:
26-
```js
27-
<script src="https://unpkg.com/css-only-tooltip@latest/dist/styles.min.css"></script>
26+
```html
27+
<link rel="stylesheet" href="https://unpkg.com/css-only-tooltip@latest/dist/styles.min.css">
2828
```
2929

3030
## Quick start

0 commit comments

Comments
 (0)