diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72c9c58..db83d24 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,7 +51,7 @@ git remote add {your_name} git@github.com:{your_name}/kinto-http.py.git - `make tests-once` to run the test with the current venv. - `make tests` to run all the tests (with Py2 and Py3, flake8 and functional tests) -You may need to use `make run-kinto` before running the functional tests. +You may need to use `make runkinto` before running the functional tests. If you want to run the functional tests only, you can use `make functional`. ## Submitting Changes