Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 4dc7f7e

Browse files
committed
body text was a comment
1 parent 14e0134 commit 4dc7f7e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ Embed the V8 JavaScript interpreter into Ruby.
2828
then in your Ruby code
2929

3030
require 'v8'
31-
# or if using bundler (as with Rails), add the following to your Gemfile
31+
32+
or if using bundler (as with Rails), add the following to your Gemfile
33+
3234
gem "therubyracer"
3335

3436
evaluate some simple JavaScript

0 commit comments

Comments
 (0)