From d0554879c2c9a132adb8747de8642bead0c423e3 Mon Sep 17 00:00:00 2001 From: Delena Malan Date: Mon, 23 Mar 2020 23:01:44 +0200 Subject: [PATCH] Fix nosetest command in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a2ece9b..708c456 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ Clone the repo and setup for local development:: To run tests:: - nosetest --with-doctest && flake8 za_parliament_scrapers + nosetests --with-doctest && flake8 za_parliament_scrapers License -------