Version 1
[yaffs-website] / node_modules / html-tags / readme.md
diff --git a/node_modules/html-tags/readme.md b/node_modules/html-tags/readme.md
new file mode 100644 (file)
index 0000000..207885d
--- /dev/null
@@ -0,0 +1,25 @@
+# html-tags [![Build Status](https://travis-ci.org/sindresorhus/html-tags.svg?branch=master)](https://travis-ci.org/sindresorhus/html-tags)
+
+> List of standard HTML tags
+
+It's just a [JSON file](html-tags.json). So can be used wherever.
+
+
+## Install
+
+```sh
+$ npm install --save html-tags
+```
+
+
+## Usage
+
+```js
+console.log(htmlTags);
+//=> ['a', 'abbr', 'acronym', ...]
+```
+
+
+## License
+
+MIT © [Sindre Sorhus](http://sindresorhus.com)