Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igorMSoares authored Feb 2, 2023
1 parent 9c0ad80 commit 3968838
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Although the functionalities are all already working, I'm still making some chan

## How to use it

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

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

```html
<link
Expand All @@ -32,7 +32,7 @@ Although the functionalities are all already working, I'm still making some chan
/>
```

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

```js
import jsCssAnimations from './js-css-animations/js-css-animations.js';
Expand Down

1 comment on commit 3968838

@vercel
Copy link

@vercel vercel bot commented on 3968838 Feb 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.