1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

Merge pull request #297 from wholcomb/master

fixed misformatted text
This commit is contained in:
Charles Lowell 2014-05-05 09:19:58 -05:00
commit 8dae8f7890

View file

@ -28,7 +28,9 @@ Embed the V8 JavaScript interpreter into Ruby.
then in your Ruby code
require 'v8'
# or if using bundler (as with Rails), add the following to your Gemfile
or if using bundler (as with Rails), add the following to your Gemfile
gem "therubyracer"
evaluate some simple JavaScript