diff --git a/README.md b/README.md index 5193c9b..468a4c3 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,9 @@ public class ExampleCrossPlatCommand implements Command { } ``` +### Registering +Then, register the command with the platform-specific Uniform instance (e.g. `FabricUniform.getInstance()`, `PaperUniform.getInstance()`, etc...) + ## Setup Uniform is available [on Maven](https://repo.william278.net/#/releases/net/william278/uniform/). You can browse the Javadocs [here](https://repo.william278.net/javadoc/releases/net/william278/uniform/latest).