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