Fix broken Markdown headings

This commit is contained in:
Santiago Castro 2017-04-17 23:03:40 -03:00
parent e09e66e4f7
commit 98eea5537f
1 changed files with 3 additions and 3 deletions

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