From 5a7eea1b3d54fa810853a135ab9a2bccc7f827db Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Wed, 9 Mar 2022 14:04:23 -0600 Subject: [PATCH] updated readme --- readme.md | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/readme.md b/readme.md index aaa930a..041f2e6 100644 --- a/readme.md +++ b/readme.md @@ -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. @@ -73,3 +58,9 @@ Yields: 'br' ] ``` +## License + +[MIT][license] © Riverside Healthcare +Ported from `html-tag-names` [MIT][license] © [Titus Wormer][author] + +[license]: LICENSE \ No newline at end of file