From 9c8b7f1c9029e6258fa37d25172ac95f2bd48254 Mon Sep 17 00:00:00 2001 From: Etienne Lamoureux <3357406+EtienneLamoureux@users.noreply.github.com> Date: Tue, 26 Jan 2021 17:53:11 -0500 Subject: [PATCH] Fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be442f8..d35b386 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This project reserve-engineers some of the capabilities of [FLHook](https://gith 8. Run it using `java -jar reverseFLHook-.jar []` ### Commands -See the [help file](/src/main/ressources/help.txt). +See the [help file](/src/main/resources/help.txt). ## Development ### Requirements @@ -38,7 +38,7 @@ See the [help file](/src/main/ressources/help.txt). #### Eclipse 1. Read the license 2. Clone the repository -3. Adjust the value of `src/main/resources/application.yml` to your local setup +3. Adjust the values in `src/main/resources/application.yml` to your local setup 4. In a Git bash, run `./gradle.bat clean build --refresh-dependencies` 5. In Eclipse, click File > Import... > Existing gradle project 6. In Eclipse, right-click the project > Run as > JUnit Test