Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Jan 29, 2013
1 parent 46acfa8 commit 732e60e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
# markupify

Highlight your JSON with html markup
Highlight your JSON with HTML markup

npm install markupify

Expand All @@ -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
<div class="markupify">{
Expand All @@ -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/)
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)

0 comments on commit 732e60e

Please sign in to comment.