From 0f54f1b622c8f691214ad9d3dcecc27b92918747 Mon Sep 17 00:00:00 2001 From: Stenio Elson Date: Fri, 4 Oct 2019 16:06:48 -0400 Subject: [PATCH] Change the languages parameter for the compiler --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 2d657f1..882de06 100644 --- a/Contributing.md +++ b/Contributing.md @@ -28,7 +28,7 @@ Here is a short explanation of what does what: ## example After you checked out the IFM, you can compile the script like this: ``` -./compiler.php --languages=en,de +./compiler.php --language=en,de ``` ## advanced topics