Skip to content

Commit 793f688

Browse files
committed
🤘 updating the readme
1 parent bbe9f2d commit 793f688

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
@@ -8,15 +8,15 @@ The library creates HTML5 audio element and uses it to play mp3/ogg audio files
88

99
It’s super simple, attach the library to your project and follow these 3 steps:
1010

11-
### Step 1
11+
#### Step 1
1212

1313
At the root of your website directory create a folder named **ā€œsoundsā€** with 2 more folders inside it with the names **ā€œmp3ā€** & **ā€œoggā€**.
1414

1515
![sound folders](http://loudlinks.rocks/images/sound-folders.png)
1616

1717
------------------------
1818

19-
### Step 2
19+
#### Step 2
2020

2121
Add the class **ā€œloud-link-hoverā€** to any link/element that you want to give a sound on hover.
2222

@@ -31,7 +31,7 @@ Or add the class **ā€œloud-link-clickā€** to any link/element that you want to
3131
```
3232
* * *
3333

34-
### Step 3
34+
#### Step 3
3535

3636
Add the attribute **ā€œsrc-dataā€** to the element & write in it the name of your sound without the extension.
3737

0 commit comments

Comments
Ā (0)