Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JorelAli authored Jul 25, 2019
1 parent 345f6d6 commit 1c451be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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

Expand Down

0 comments on commit 1c451be

Please sign in to comment.