aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-08-04 22:32:01 -0700
committerGravatar MarkKoz <[email protected]>2019-08-04 22:32:01 -0700
commit2d1a0ec4a9fa7cf0758e8cc75a42cf93c1d23ebc (patch)
tree99245ebb8c08833ec253110c805ea5d9dc79de8e /README.md
parentAdd Pipfile script and docs for building dev venv image (diff)
Fix grammar in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8e4a78a..fca6118 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ docker-compose up
### Running Tests
-Tests are ran through coverage.py using unittest. Before tests can run, the dev venv Docker image has to be built:
+Tests are run through coverage.py using unittest. Before tests can run, the dev venv Docker image has to be built:
```
pipenv run builddev
@@ -94,7 +94,7 @@ Alternatively, the following command will build the image and then run the tests
pipenv run testb
```
-If the image doesn't need to be built, the tests can be ran with:
+If the image doesn't need to be built, the tests can be run with:
```
pipenv run test