From b45e7c69e31fb17ff2b52d9fd3ce5b95fb9642c8 Mon Sep 17 00:00:00 2001 From: 1computer1 Date: Tue, 14 May 2019 18:30:29 -0400 Subject: [PATCH] Clarify languages setting in config --- config.example.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.example.json b/config.example.json index 40e78d4..d533133 100644 --- a/config.example.json +++ b/config.example.json @@ -5,7 +5,9 @@ "Language whitelist, e.g.", "haskell", "python", - "Change to null to enable all languages" + "The language names here are different from the user-facing ones.", + "Check the folders in docker/ for the language names.", + "Change to null to enable all languages." ], "memory": "128m", "cpus": "0.5",