Skip to content

Commit

Permalink
same syntax for md.use in delimiter example
Browse files Browse the repository at this point in the history
  • Loading branch information
arve0 committed May 20, 2018
1 parent 8be24e4 commit 119b34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Remember to [render attributes](https://github.com/arve0/markdown-it-attrs/blob/
You can configure `markdown-it-attrs` to use a different delimeter to declare attributes.
```javascript
md().use(attrs, {
md.use(attrs, {
leftDelimiter: '[',
rightDelimiter: ']'
});
Expand Down

0 comments on commit 119b34e

Please sign in to comment.