body text was a comment

This commit is contained in:
Will 2014-05-01 18:21:30 -04:00
parent 14e01345c9
commit 4dc7f7e7d6
1 changed files with 3 additions and 1 deletions

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