README.md in i18n-js-3.0.0.rc1 vs README.md in i18n-js-3.0.0.rc2
- old
+ new
@@ -286,14 +286,20 @@
## Running tests
You can run I18n tests using Node.js or your browser.
-To use Node.js, execute the following command from the lib's root directory:
+To use Node.js, install the `jasmine-node` library:
- $ ./node_modules/.bin/jasmine-node spec/js
+ $ npm install jasmine-node -g
+Then execute the following command from the lib's root directory:
+
+ $ jasmine-node spec/js
+
To run using your browser, just open the `spec/js/specs.html` file.
+
+You can run both Ruby and JavaScript specs with `rake spec`.
## License
(The MIT License)