diff --git a/README.md b/README.md index 2c041c7..9a791bb 100644 --- a/README.md +++ b/README.md @@ -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)]() diff --git a/package.json b/package.json index 51cca50..c1f40f7 100644 --- a/package.json +++ b/package.json @@ -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": {