Skip to content

Commit aeb1b9b

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ā€ŽREADME.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ The library creates HTML5 audio element and uses it to play mp3/ogg audio files
44
# [Demo](http://loudlinks.rocks)
55
# [Download](https://mahdif.github.io/loud-links/loudlinks-1.0.min.js)
66

7+
78
## Usage
89

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

11-
#### Step 1
12+
### Step 1
1213

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

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

1718
------------------------
1819

19-
#### Step 2
20+
### Step 2
2021

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

@@ -31,7 +32,7 @@ Or add the class **ā€œloud-link-clickā€** to any link/element that you want to
3132
```
3233
* * *
3334

34-
#### Step 3
35+
### Step 3
3536

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

0 commit comments

Comments
Ā (0)