From 269a324acc51e5859b491c5982c216783a11c114 Mon Sep 17 00:00:00 2001 From: Tom Orth Date: Sun, 1 Oct 2017 22:11:00 -0400 Subject: [PATCH] changed wording to be better --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52f2a26f8..20ab55274 100644 --- a/README.md +++ b/README.md @@ -194,9 +194,9 @@ Git.Repository.open("tmp") For more examples, check the `examples/` folder. -## Unit tests. ## +## Running tests. ## -You will need to build locally before running the tests. See above. +Run the following command to run the tests. (Note: You need to build locally first. Please see the above steps on how to do so) ``` bash npm test