Skip to content

Commit

Permalink
Refactor readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 25, 2017
1 parent a1a4f1a commit 64249a6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 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

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

Yields:
Expand Down Expand Up @@ -56,6 +56,19 @@ Yields:

`Array.<string>` — List of lower-case tag-names.

## Related

* [`mathml-tag-names`](https://github.com/wooorm/mathml-tag-names)
— List of MathML tags
* [`svg-tag-names`](https://github.com/wooorm/svg-tag-names)
— List of SVG tags
* [`svg-element-attributes`](https://github.com/wooorm/svg-element-attributes)
— Map of SVG elements to allowed attributes
* [`html-element-attributes`](https://github.com/wooorm/html-element-attributes)
— Map of HTML elements to allowed attributes
* [`aria-attributes`](https://github.com/wooorm/aria-attributes)
— List of ARIA attributes

## License

[MIT][license] © [Titus Wormer][author]
Expand Down

0 comments on commit 64249a6

Please sign in to comment.