fixed README typo

This commit is contained in:
umanoda 2017-06-18 17:34:49 +09:00
parent 6c1da936c2
commit e0e36325fe
1 changed files with 2 additions and 2 deletions

View File

@ -308,8 +308,8 @@ Add this to your .travis.yml file:
- Most comprehensive bridge available
- Provides the ability to "eval" JavaScript
- Provides the ability to invoke Ruby code from JavaScript
- Hold refrences to JavaScript objects and methods in your Ruby code
- Hold refrences to Ruby objects and methods in JavaScript code
- Hold references to JavaScript objects and methods in your Ruby code
- Hold references to Ruby objects and methods in JavaScript code
- Uses libv8, so installation is fast
- Supports timeouts for JavaScript execution
- Does not release global interpreter lock, so performance is constrained to a single thread