From 1c451bed9dcb2a023d6a614521e005f3c8e46dac Mon Sep 17 00:00:00 2001 From: Jorel Ali Date: Thu, 25 Jul 2019 03:02:14 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68cc2ff..ef90930 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 1.13-Command-API-SafeReflections +# 1.13-Command-API-SafeReflection An annotation processing system for the [1.13 CommandAPI](https://github.com/JorelAli/1.13-Command-API). Used to add extra compiler checks to ensure that reflection calls to methods and fields are safer. @@ -10,9 +10,9 @@ The current form of checking is to manually go through the libraries for 1.13 an SafeReflections checks it all for you at compile time and throws an error if it determines that a specific field or method name doesn't exist. -## Using SafeReflections +## Using SafeReflection -SafeReflections is designed only to work for maven projects that build on [Spigot](https://www.spigotmc.org/) _(i.e. Spigot plugins)_. +SafeReflection is designed only to work for maven projects that build on [Spigot](https://www.spigotmc.org/) _(i.e. Spigot plugins)_. ### Directory setup