We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4691f34 commit b2cc1aeCopy full SHA for b2cc1ae
README.md
@@ -34,10 +34,10 @@ Or add the class **“loud-link-click”** to any link/element that you want to
34
35
### Step 3
36
37
-Add the attribute **“src-data”** to the element & write in it the name of your sound without the extension.
+Add the attribute **data-src”** to the element & write in it the name of your sound without the extension.
38
39
```html
40
-<div class=“loud-link-hover” src-data=“sound”></div>
+<div class=“loud-link-hover” data-src=“sound”></div>
41
```
42
43
------------------------
0 commit comments