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

Merge pull request #55 from bryant1410/master

Fix broken headings in Markdown files
This commit is contained in:
Régis Hanol 2017-04-18 09:37:07 +02:00 committed by GitHub
commit 0b04470152

View file

@ -302,7 +302,7 @@ Add this to your .travis.yml file:
## Similar Projects
###therubyracer
### therubyracer
- https://github.com/cowboyd/therubyracer
- Most comprehensive bridge available
@ -317,7 +317,7 @@ Add this to your .travis.yml file:
- Supports execjs
###v8eval
### v8eval
- https://github.com/sony/v8eval
- Provides the ability to "eval" JavaScript using the latest V8 engine
@ -330,7 +330,7 @@ Add this to your .travis.yml file:
- No support for execjs (can not be used with Rails uglifier and coffeescript gems)
###therubyrhino
### therubyrhino
- https://github.com/cowboyd/therubyrhino
- API compatible with therubyracer