From 1f05b4037195ee41792133eb3a52f986d24da9ea Mon Sep 17 00:00:00 2001 From: FriedrichFroebel Date: Fri, 24 Apr 2020 21:06:45 +0200 Subject: [PATCH] fix filename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c40201..73afc14 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,4 @@ Run `gradle run` (or `./gradlew run`) from the root directory of the Git reposit ### Starting the application JAR file -Run `java -jar cmanager-0.2.45.jar` from the directory containing the JAR file. +Run `java -jar cm-0.2.45.jar` from the directory containing the JAR file.