Skip to content

Commit

Permalink
fixed broken classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Jan 30, 2013
1 parent 54d6645 commit 9b9a77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,8 +23,8 @@ console.log(html);
The above example will print the following HTML

``` html
<div class="markupify">{
<span class="key">hello:</span> <span class="string">"world"</span>
<div class="json-markup">{
<span class="json-markup-key">hello:</span> <span class="json-markup-string">"world"</span>
}</div>
```

Expand Down

0 comments on commit 9b9a77e

Please sign in to comment.