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="."] ```