From 97e1b747e3784c9f09fa959ff1c7a1fc94b0f2f1 Mon Sep 17 00:00:00 2001 From: Raqhael <57198743+Raqhael@users.noreply.github.com> Date: Sun, 22 May 2022 02:29:30 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1fd268..78d6399 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ You can find the latest `.jar` of the Compiler [here](#) ### Usage ``` -java -j houseofcompiler.jar <.java-File to Compile> [OutDir-Path] +java -j houseofcompiler.jar <.java-File to Compile> [outdir="."] ```