From 90aef009279e7711fd2fe5051c674c5d86161779 Mon Sep 17 00:00:00 2001 From: Chris Truter Date: Wed, 28 Feb 2024 18:35:58 +0200 Subject: [PATCH] Fix readme command (#7) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b26b62f..3371ad7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This will create a JAR in the `target` directory. To compile the Java files, use ``` -./bin/compile-java +./bin/java-compile ``` If you're working on Macaw and make changes to a Java file, you must: