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

Commit 8dae8f7

Browse files
committed
Merge pull request #297 from wholcomb/master
fixed misformatted text
2 parents 14e0134 + 4dc7f7e commit 8dae8f7

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)