From 582a12577cea9de249d97656f67e606157173bbd Mon Sep 17 00:00:00 2001 From: Nat Noordanus Date: Sun, 12 Apr 2020 18:52:43 +0200 Subject: [PATCH] Fix test instructions to match pipfile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e2a89e..7c8388e 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,7 @@ Here's how to run the tests. $ pipenv run generate # Run the tests -$ pipenv run tests +$ pipenv run test ``` ### TODO