From 8f27f9d04f1d819b2311296769f6b08c446b48a4 Mon Sep 17 00:00:00 2001 From: Alexandre Gigliotti Date: Thu, 6 Aug 2015 08:37:37 -0700 Subject: [PATCH] Updated README. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {