diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ The guidelines in a nutshell: Tests are executed at build time, you can also execute them by hand with: ``` -pipenv install +pipenv install --dev pipenv shell make test ``` |