From b7dfeb70693e37fa78b45ea0be8dbd2d022bb521 Mon Sep 17 00:00:00 2001 From: Ammar Ammar Date: Sun, 2 May 2021 23:49:41 +0200 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5672ec5..190c298 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ mvn package 2- Run the built JAR file using the following command: ```bash -java -jar maturity-indicators-generator-v1.0.jar -s SOURCE_PATH -d DEST_PATH +java -jar maturity-indicators-generator-v1.0-jar-with-dependencies.jar -s SOURCE_PATH -d DEST_PATH ```