Skip to content

Commit 72092f9

Browse files
committed
docs: update README
1 parent da1d1a8 commit 72092f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ Although the functionalities are all already working, I'm still making some chan
2626
2. Link the **js-animations.css** in your HTML file:
2727

2828
```html
29-
<link rel="stylesheet" href="./src/js-css-animations/js-animations.css" />
29+
<link
30+
rel="stylesheet"
31+
href="<path-to-js-directory>/js-css-animations/js-animations.css"
32+
/>
3033
```
3134

3235
3. Import the **js-css-animations.js** in your javascript file

0 commit comments

Comments
 (0)