Skip to content

Commit

Permalink
Fix typo in example in readme.md
Browse files Browse the repository at this point in the history
Closes GH-6.
  • Loading branch information
evilebottnawi authored and wooorm committed Apr 2, 2018
1 parent ef96f74 commit fc1d3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var htmlTagNames = require('html-tag-names');

htmlTagNames.length; //=> 147

console.log(htmlTagNames.slice(0, 20));;
console.log(htmlTagNames.slice(0, 20));
```

Yields:
Expand Down

0 comments on commit fc1d3ce

Please sign in to comment.