GerHobbelt / jison

bison / YACC / LEX in JavaScript (LALR(1), SLR(1), etc. lexer/parser generator)
https://gerhobbelt.github.io/jison/
MIT License
117 stars 20 forks source link

Update readme #36

Closed juliandavidmr closed 6 years ago

juliandavidmr commented 6 years ago

Regarding the documentation of this fork. I think the installation command shown in the README should be changed, as npm install jison -g appears but should be npm install jison-gho -g. I have seen that this fork contains many improvements over the original project, but I am convinced that this fork is the one that everyone should install.

I created this issue because at first I didn't know how to install this fork, so I took some time to find out what the installation command was. He always installed the original because it was the one that appeared in the documentation of this fork.

Thanks.

GerHobbelt commented 6 years ago

Good catch! 👍

GerHobbelt commented 6 years ago

fixed in commit SHA-1: 9bb9f976b39817053782c9e27609aee21441f338

GerHobbelt commented 6 years ago

Should be visible now (as github shows master branch) while this is effective in the npm archive once 0.6.5 comes out.