From 990143864edcdbdcd7811f147455891db1347594 Mon Sep 17 00:00:00 2001 From: 1computer1 Date: Thu, 16 May 2019 22:57:59 -0400 Subject: [PATCH] Fix wrong info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1c49ac..5d3bbb6 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ The container is locked down, so there is no networking, limited memory and CPU - `codePrefix` - The prefix for code evaluation. - `languages` Languages to use. The language names here are different from the user-facing ones. - Check the folders in `docker/` for the language names. + Check the filenames in `src/languages/` for the language names. Change to `null` to enable all languages. - `memory` Max memory usage of a container. - `cpu` Max CPU usage of a container.