From e6e15930047418f9ef2aa05a00fd27085f0287ff Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Tue, 24 Nov 2020 16:50:04 +0100 Subject: [PATCH] README.md: Fixed typo --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0854015..e3554aa 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,14 @@

-# Action-Spigot +# Action-SpigotMC This Action allows you to easily compile Minecraft Spigot and install it in your runners local maven repository. +Supported: +* SpigotMC (using official BuildTools or my modified one) +* ~~PaperMC~~ (coming soon #26) + You configure all the versions you want, and it'll compile all the missing versions automatically. By checking for a file in the local maven repository beforehand, build times can be reduces drastically. @@ -37,7 +41,7 @@ If you don't change them, you can remove them from your workflow, as they are set automatically. ```YAML -- uses: SpraxDev/Action-Spigot@v1 +- uses: SpraxDev/Action-SpigotMC@v1 with: # A comma-separated list of Spigot version that should be compiled # These values are later given to the BuildTools.jar as '--rev' argument