From 0a6b7ab7e70bc247f38e1c55d318de25955db1bb Mon Sep 17 00:00:00 2001 From: Danielle Pham Date: Tue, 6 Mar 2018 17:35:12 -0500 Subject: [PATCH] Fix node.js link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0877833..5ed40899 100644 --- a/README.md +++ b/README.md @@ -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`.