mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
fixed gem-install instructions in readme
This commit is contained in:
parent
1ba0e5f04b
commit
0c100804a3
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ Embed the V8 Javascript interpreter into Ruby.
|
|||
|
||||
## SYNOPSIS:
|
||||
|
||||
gem install therubyracer (stable)
|
||||
gem install therubyracer --pre (bleeding edge)
|
||||
gem install therubyracer ;: stable
|
||||
gem install therubyracer --pre ;: bleeding edge
|
||||
|
||||
then in your ruby code
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue