diff --git a/README.md b/README.md index 0b6bda13..04cc90e4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ In order to execute code submissions using Docker, source code files are written The application is compatible with MRI and JRuby. Due to superior parallelism, we recommend using JRuby. -## Useful service maintance commands +## Useful service maintenance commands - delete all containers (include running ones) `docker rm -f $(docker ps -aq)` - if the application is run as a service restart it by using `service codeocean restart`