correct spelling error

This commit is contained in:
Tobias Büschel 2016-07-08 12:16:04 -04:00 committed by GitHub
parent 47e268dfea
commit cf258582f2
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?