Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpickering committed Mar 9, 2022
1 parent d5e0d22 commit 5a7eea1
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,6 @@ Python port of npm package [html-tag-names](https://www.npmjs.com/package/html-t

List of known HTML tag names.

## Contents

* [What is this?](#what-is-this)
* [When should I use this?](#when-should-i-use-this)
* [Install](#install)
* [Use](#use)
* [API](#api)
* [`htmlTagNames`](#htmltagnames)
* [Types](#types)
* [Compatibility](#compatibility)
* [Security](#security)
* [Related](#related)
* [Contribute](#contribute)
* [License](#license)

## What is this?

This is a list of HTML tag names.
Expand Down Expand Up @@ -73,3 +58,9 @@ Yields:
'br'
]
```
## License

[MIT][license] © Riverside Healthcare
Ported from `html-tag-names` [MIT][license] © [Titus Wormer][author]

[license]: LICENSE

0 comments on commit 5a7eea1

Please sign in to comment.