From 68ab935e12825c7fd6bca28d098fb943ceeac641 Mon Sep 17 00:00:00 2001 From: Jan Renz Date: Thu, 16 Apr 2015 09:44:27 +0200 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`