diff options
Diffstat (limited to 'README.mkd')
-rw-r--r-- | README.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ To confirm that you're up and running, activate the virtualenv, and run the mitmproxy test suite: ``` -$ source ../venv.mitmproxy/bin/activate +$ ../venv.mitmproxy/bin/activate $ nosetests ./test ``` Note that the main executables for the project - **mitmdump**, **mitmproxy** and |