From a994d87d3bfc0d0236df7593910bd591c01724a4 Mon Sep 17 00:00:00 2001 From: divios <57331846+divios@users.noreply.github.com> Date: Fri, 21 Jan 2022 13:23:11 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4524de..9adb38d 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Maven: provided ``` -Replace `Tag` with a release tag for jParser. Example: `1.5`. You can also use `master` as the tag to get the latest version, though you will have to clear your maven caches in order to update it. +Replace `Tag` with a release tag for jCommands. Example: `1.5`. You can also use `master` as the tag to get the latest version, though you will have to clear your maven caches in order to update it. ## Build locally: @@ -144,7 +144,7 @@ For Windows, use Git Bash. For Linux or OSX, just ensure you have Git installed. ``` git clone https://github.com/divios/jCommands -cd RedLib +cd jCommands ./gradlew jar ```