Update README.txt

Removed spaces from the grun alias so copy and paste people will not get an error.
This commit is contained in:
abrown28 2013-01-25 13:20:29 -06:00
parent e1cce61400
commit 027ebed0af
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ UNIX
3. Create aliases for the ANTLR Tool, and TestRig.
$ alias antlr4='java -jar /usr/local/lib/antlr-4.0-complete.jar'
$ alias grun ='java org.antlr.v4.runtime.misc.TestRig'
$ alias grun='java org.antlr.v4.runtime.misc.TestRig'
WINDOWS (Thanks to Graham Wideman)