aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-03-23 09:35:53 -0700
committerGravatar MarkKoz <[email protected]>2020-03-23 09:35:53 -0700
commitd1c4605d5e75986c91bcaa3dcebb93ad27f2609f (patch)
tree6b4dd64b7f8cb069e776b656dc315f440980f68b /README.md
parentReplace NsJail config details with a reference to snekbox.cfg (diff)
Fix a grammatical error in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 65b41f2..f12d236 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ The HTML will output to `./htmlcov/` by default
### The `devsh` Helper Script
-This script starts an `bash` shell inside the venv Docker container and attaches to it. Unlike the production image, the venv image that is built by this script contains dev dependencies too. The project directory is mounted inside the container so any filesystem changes made inside the container affect the actual local project.
+This script starts a `bash` shell inside the venv Docker container and attaches to it. Unlike the production image, the venv image that is built by this script contains dev dependencies too. The project directory is mounted inside the container so any filesystem changes made inside the container affect the actual local project.
#### Usage