From 943867906771bfa62e558f80a74f90c8f84a162a Mon Sep 17 00:00:00 2001 From: Kristopher Micinski Date: Fri, 11 Aug 2017 11:55:24 -0400 Subject: [PATCH] Update README.md: change `tests`->`test` per issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 288de23..b390269 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Once you have installed everything, you should run the tests to make sure everyt You can also use ```nose``` to run specific tests. For instance: - nosetests tests/gallery/authentication + nosetests test/gallery/authentication ## Using Jeeves