diff --git a/docs/index.md b/docs/index.md index 412c5ee8..4779d245 100644 --- a/docs/index.md +++ b/docs/index.md @@ -64,7 +64,7 @@ pipenv install --dev Run tests. ```bash -pipenv run python setup.py test +pipenv run pytest tests/test.py ``` ## Developing the CLI