Merge pull request #1228 from tobiasbueschel/patch-1

correct spelling error
This commit is contained in:
Terence Parr 2016-11-19 14:35:37 -08:00 committed by GitHub
commit f72fe32e8c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Right now, there is no npm package available, so you need to register a link ins
$ npm link antlr4
```
This will install antlr4 using the package.son descriptor that comes with the script.
This will install antlr4 using the package.json descriptor that comes with the script.
## How do I run the generated lexer and/or parser?