1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-05-12 11:39:50 +00:00

Fix verb tense in README.md

This commit is contained in:
Nick Okasinski 2017-01-08 08:46:20 -08:00
parent 6a28017c49
commit 0f4a18be04

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