Merge pull request #58 from quelledanielle/fix-readme-link

Fix node.js link in README
This commit is contained in:
Alex Crichton 2018-03-06 16:38:39 -06:00 committed by GitHub
commit 48c0f290f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -482,5 +482,5 @@ shall be dual licensed as above, without any additional terms or conditions.
### Tests
In order to run the tests you will need (node.js)[https://nodejs.org/] version
In order to run the tests you will need [node.js](https://nodejs.org/) version
8.9.4 or above. Running the tests is done by running `cargo test`.