Skip to content

Commit

Permalink
Fix wrong Highlighter example syntax in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan committed Sep 24, 2015
1 parent 0356afb commit b7db3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -47,7 +47,7 @@ class Highlighter < WLang::Dialect

tag '$', :highlight
end
Highlighter.render('Hello ${who}!'), who: 'you & the world'
Highlighter.render('Hello ${who}!', who: 'you & the world')
# => "Hello YOU & THE WORLD !"
```

Expand Down

0 comments on commit b7db3b8

Please sign in to comment.