From 732e60e3709eb996d30ba1b5cc3d7d08c651e7a7 Mon Sep 17 00:00:00 2001 From: mafintosh Date: Tue, 29 Jan 2013 20:30:04 +0100 Subject: [PATCH] 0.1.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d90b306..f52420e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # markupify -Highlight your JSON with html markup +Highlight your JSON with HTML markup npm install markupify @@ -14,7 +14,7 @@ var html = markupify({hello:'world'}); console.log(html); ``` -The above example will print the following html +The above example will print the following HTML ``` html
{ @@ -23,4 +23,4 @@ The above example will print the following html ``` Afterwards you can use css to style your output to your liking. -A stylesheet similar to [JSON view](https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc) is included in [style.css](https://github.com/mafintosh/markupify/) \ No newline at end of file +A stylesheet similar to [JSON view](https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc) is included in [style.css](https://github.com/mafintosh/markupify/blob/master/style.css) \ No newline at end of file