From c9b71e782d744003a60eee5955bb290d990401dc Mon Sep 17 00:00:00 2001 From: Alexandre Gigliotti Date: Thu, 17 Dec 2015 14:49:28 -0800 Subject: [PATCH] Fix README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87a55f1..258f97d 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ npm install inline-html --- - + ### inline.html ( html [, options] ) Parses an HTML string and embeds referenced local assets into the HTML. @@ -115,7 +115,7 @@ co(function * () { --- - + ### inline.file ( filename [, options] ) Reads an HTML file and embeds referenced local assets into the HTML. @@ -144,7 +144,7 @@ co(function * () { --- - + ### Results The `Promise` returned by these functions is optionally fulfilled with a `results` object that has the following properties: