From de603ba9694da92517d341786fabf6aa1efc8bbb Mon Sep 17 00:00:00 2001 From: Alex Harms Date: Mon, 1 May 2017 16:39:40 -0400 Subject: [PATCH 1/3] Add info about how to install Javascript --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6ab0fc05..66c3d827 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Exercism exercises in JavaScript +## Installing Javascript + +For information about installing Javascript, see the [Javascript](http://exercism.io/languages/javascript/about) page. + ## Running Unit Test Suite The following commands assume that you are in the 'xjavascript' directory: From 774d7ed4a1530b493ddab6f1cda2939cc444692b Mon Sep 17 00:00:00 2001 From: Alex Harms Date: Mon, 1 May 2017 18:32:26 -0400 Subject: [PATCH 2/3] Clarify why install instructions are needed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66c3d827..ca68285f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Exercism exercises in JavaScript -## Installing Javascript +## Installing -For information about installing Javascript, see the [Javascript](http://exercism.io/languages/javascript/about) page. +To run the tests, you'll need node.js and Jasmine. For information on how to install them, see the [Javascript](http://exercism.io/languages/javascript/about) page. ## Running Unit Test Suite From f9a5827736f7493902d714cae0d7aadec87b172d Mon Sep 17 00:00:00 2001 From: Alex Harms Date: Mon, 1 May 2017 21:24:17 -0400 Subject: [PATCH 3/3] Improve words. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca68285f..ba4ec099 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Exercism exercises in JavaScript ## Installing -To run the tests, you'll need node.js and Jasmine. For information on how to install them, see the [Javascript](http://exercism.io/languages/javascript/about) page. +To run the tests, you'll need NodeJS and Jasmine. For information about how to install these tools, see the [Javascript](http://exercism.io/languages/javascript/about) page. ## Running Unit Test Suite