Use up-to-date execjs repo in README.md

This commit is contained in:
ojab 2016-09-06 15:39:35 +00:00
parent bcb3027e8f
commit 4576c53c4a
No known key found for this signature in database
GPG Key ID: A3AFEAE93118B22C
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ MiniRacer provides a minimal two way bridge between the V8 JavaScript engine and
It was created as an alternative to the excellent [therubyracer](https://github.com/cowboyd/therubyracer). Unlike therubyracer, mini_racer only implements a minimal bridge. This reduces the surface area making upgrading v8 much simpler and exhaustive testing simpler.
MiniRacer has an adapter for [execjs](https://github.com/sstephenson/execjs) so it can be used directly with Rails projects to minify assets, run babel or compile CoffeeScript.
MiniRacer has an adapter for [execjs](https://github.com/rails/execjs) so it can be used directly with Rails projects to minify assets, run babel or compile CoffeeScript.
## Features