From 7eb2aeff75c8f4a57b1a618d3ea4efe9b56f8136 Mon Sep 17 00:00:00 2001 From: X3F200C Date: Tue, 24 Oct 2023 12:06:28 -0400 Subject: [PATCH] Correct a mistake in the "Using" section of README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e889e4e..3c2758c 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ This is pretty straightforward, just make a `.jar` file with the contents of the ## Using -Simple, just add `-javaagent:path/to/the/built.jar` before `.jar` when you start the launcher located in the `~/paladium-games` folder. +Simple, just add `-javaagent:path/to/the/built.jar` before `-jar` when you start the launcher located in the `~/paladium-games` folder. Also be sure to use Java 8 for better compatibility.