Skip to content

Commit

Permalink
Remove extra parenthesis in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan authored Sep 3, 2018
1 parent 91b6c84 commit 47108e0
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 @@ -180,7 +180,7 @@ It'll automatically compile them into regular expressions, escaping them where n
```js
moo.compile({
IDEN: {match: /[a-zA-Z]+/, keywords: {
KW: ['while', 'if', 'else', 'moo', 'cows']),
KW: ['while', 'if', 'else', 'moo', 'cows'],
}},
SPACE: {match: /\s+/, lineBreaks: true},
})
Expand Down

0 comments on commit 47108e0

Please sign in to comment.