Updated README.

This commit is contained in:
Alexandre Gigliotti
2015-08-06 08:37:37 -07:00
parent 76ff6ca703
commit 8f27f9d04f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# inline-html
Embed local assets in an HTML document.
Inline local assets referenced in an HTML document.
[![npm](https://img.shields.io/npm/v/inline-html.svg)]()
[![npm](https://img.shields.io/npm/l/inline-html.svg)]()

View File

@@ -1,7 +1,7 @@
{
"name": "inline-html",
"version": "0.1.4",
"description": "Embed local assets in an HTML document.",
"description": "Inline local assets referenced in an HTML document.",
"repository": "panosoft/inline-html",
"main": "lib/index.js",
"scripts": {