Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #126 from Rixafy/patch-1
Browse files Browse the repository at this point in the history
Fix typo in document.getElementById('#mySelect')
  • Loading branch information
Mobius1 committed Sep 21, 2019
2 parents 48af95c + c7dd354 commit 6c6d900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -89,7 +89,7 @@ Start with a standard select box you want to convert:
You can then instantiate Selectr by passing a reference to your select box as the first parameter as either a DOM node or a CSS3 selector string:

```javascript
new Selectr(document.getElementById('#mySelect'));
new Selectr(document.getElementById('mySelect'));

// or

Expand Down

0 comments on commit 6c6d900

Please sign in to comment.