Skip to content

Commit 3968838

Browse files
authored
Update README.md
1 parent 9c0ad80 commit 3968838

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
@@ -21,9 +21,9 @@ Although the functionalities are all already working, I'm still making some chan
2121

2222
## How to use it
2323

24-
1. Copy the './_js-css-animations/_' directory to your project's folder
24+
1. Copy the `./js-css-animations/` directory to your project's folder
2525

26-
2. Link the **js-animations.css** in your HTML file:
26+
2. Link the `js-animations.css` in your HTML file:
2727

2828
```html
2929
<link
@@ -32,7 +32,7 @@ Although the functionalities are all already working, I'm still making some chan
3232
/>
3333
```
3434

35-
3. Import the **js-css-animations.js** in your javascript file
35+
3. Import the `js-css-animations.js` in your javascript file
3636

3737
```js
3838
import jsCssAnimations from './js-css-animations/js-css-animations.js';

0 commit comments

Comments
 (0)