diff options
author | 2020-03-23 09:35:53 -0700 | |
---|---|---|
committer | 2020-03-23 09:35:53 -0700 | |
commit | d1c4605d5e75986c91bcaa3dcebb93ad27f2609f (patch) | |
tree | 6b4dd64b7f8cb069e776b656dc315f440980f68b /README.md | |
parent | Replace 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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |