From 90bffd77a762cf1b1f3292554543c3ed65147f56 Mon Sep 17 00:00:00 2001 From: sk89q Date: Sun, 6 Apr 2014 01:51:49 -0700 Subject: [PATCH] Fixed typos in COMPILING.md. --- COMPILING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/COMPILING.md b/COMPILING.md index 69d3a4170..be7db7ebe 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -53,7 +53,7 @@ files. ### Other Variations * `mvn clean package -P !bukkit` for just the API -* `mvn clean package -P !bukkit -Pspout` for the Spout version +* `mvn clean package -P !bukkit -P spout` for the Spout version Gradle ------ @@ -79,4 +79,4 @@ Once complete, you will find the release .jar in the folder *build/libs*. ### Other Tasks * `gradle setupDecompWorkspace idea` will generate an [IntelliJ IDEA](http://www.jetbrains.com/idea/) workspace -* `gradle setupDecompWorkspace eclipse` will generate an [https://www.eclipse.org/downloads/](Eclipse) workspace \ No newline at end of file +* `gradle setupDecompWorkspace eclipse` will generate an [Eclipse](https://www.eclipse.org/downloads/) workspace \ No newline at end of file