Skip to content

Commit b2cc1ae

Browse files
committed
🙈 typo. Thanks Steven for mentioning it
1 parent 4691f34 commit b2cc1ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Or add the class **“loud-link-click”** to any link/element that you want to
3434

3535
### Step 3
3636

37-
Add the attribute **“src-data”** to the element & write in it the name of your sound without the extension.
37+
Add the attribute **data-src** to the element & write in it the name of your sound without the extension.
3838

3939
```html
40-
<div class=“loud-link-hover” src-data=“sound”></div>
40+
<div class=“loud-link-hover” data-src=“sound”></div>
4141
```
4242

4343
------------------------

0 commit comments

Comments
 (0)