From 518272750e0493e6727bfa2a1c1884dee2d68418 Mon Sep 17 00:00:00 2001 From: crissNb Date: Sun, 10 Mar 2024 23:49:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3b9965a..442c9cb7 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Gecko can build shadow jars, which are executable jars that include all dependen To execute the compiled jar, execute the following command: ```bash -java -jar build/libs/Gecko-0.1-all.jar +java -jar build/libs/Gecko-1.0-all.jar ``` ## License