From f51f94e03db3c36468bc40200679f098a0346a62 Mon Sep 17 00:00:00 2001 From: Nick Okasinski Date: Sun, 8 Jan 2017 19:34:49 -0800 Subject: [PATCH] Fix verb tense in README.md (#406) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2757230a..8487c1d0 100644 --- a/README.md +++ b/README.md @@ -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