Skip to content

Commit

Permalink
Refactor prose
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 23, 2020
1 parent f383c12 commit 3100e2f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]

List of known HTML tag-names.
List of known HTML tag names.
Includes ancient (for example, `nextid` and `basefont`) and modern (for example,
`shadow` and `template`) tag-names from both W3C and WHATWG.
`shadow` and `template`) names from the HTML living standard.

The repo includes a script to crawl W3C and WHATWG to include newly
introduced tag-names.
The repo includes a script to crawl specs to include newly introduced names.

## Install

Expand All @@ -19,7 +18,7 @@ introduced tag-names.
npm install html-tag-names
```

## Usage
## Use

```js
var htmlTagNames = require('html-tag-names')
Expand Down

0 comments on commit 3100e2f

Please sign in to comment.