Fix node.js link in README

This commit is contained in:
Danielle Pham 2018-03-06 17:35:12 -05:00 committed by GitHub
parent 800376010d
commit 0a6b7ab7e7
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`.