diff options
author | 2021-01-14 14:07:04 -0800 | |
---|---|---|
committer | 2021-01-14 14:07:04 -0800 | |
commit | 1f916f0232194ebce96a7b2beb8a605e57c6d34b (patch) | |
tree | c39fd7d462b35642708237088b44390f08154c9b /README.md | |
parent | Replace nsjpy alias with a Python script (diff) |
Fix typo in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ pipenv run devsh [--build [--clean]] [bash_args ...] #### Invoking NsJail -NsJail can be invoked in a more direction manner that does not require using a web server or its API. See `python -m snekbox --help`. Example usage: +NsJail can be invoked in a more direct manner that does not require using a web server or its API. See `python -m snekbox --help`. Example usage: ```bash python -m snekbox 'print("hello world!")' --time_limit 0 |