1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 05:34:36 +00:00

Fix verb tense in README.md (#406)

This commit is contained in:
Nick Okasinski 2017-01-08 19:34:49 -08:00 committed by Virgil Dupras
parent 6a28017c49
commit f51f94e03d

View File

@ -148,7 +148,7 @@ You can also package dupeGuru into an installable package with:
### Running tests
The complete test suite is ran with [Tox 1.7+][tox]. If you have it installed system-wide, you
The complete test suite is run with [Tox 1.7+][tox]. If you have it installed system-wide, you
don't even need to set up a virtualenv. Just `cd` into the root project folder and run `tox`.
If you don't have Tox system-wide, install it in your virtualenv with `pip install tox` and then