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 56d2cf4 commit cd01ff9Copy full SHA for cd01ff9
README.md
@@ -27,7 +27,7 @@ and when the page is loaded (or before `</body>` tag), use this:
27
28
```javascript
29
<script type="text/javascript">
30
- ACCESSIBILITY.createAccessibility();
+ ACCESSIBILITY.init();
31
</script>
32
```
33
@@ -36,7 +36,7 @@ You can give an element ID as parameter (better use in mobile devices - you'll s
36
37
38
39
- ACCESSIBILITY.createAccessibility("myElementId");
+ ACCESSIBILITY.init("myElementId");
40
41
42
0 commit comments