From c41b8dc0846ac0f9dd10c0548ef176a560beb3a8 Mon Sep 17 00:00:00 2001 From: Paldiu Date: Thu, 13 Apr 2023 21:41:06 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa42f3c..2832c8c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[Annotation Command Framework]: https://github.com/aikar/commands "Annotation Command Framework" +[Aikar's ACF]: https://github.com/aikar/commands "Annotation Command Framework" [ProjectReactor]: https://github.com/reactor/reactor-core "ProjectReactor" [Google GSON]: https://github.com/google/gson "Google GSON" [Jetbrains Annotations]: https://github.com/JetBrains/JetBrains.Annotations "JetBrains Annotations" @@ -21,7 +21,7 @@ Modules are defined by a module.yml in the resources folder, which contains the and a list of dependencies if it requires any other modules to run. This proof-of-concept also uses the following libraries: - - Aikar's [Annotation Command Framework] for command handling + - [Aikar's ACF] for command handling - [ProjectReactor] for subscribing to SQL database streams - [Google GSON] for Json interpretation - [Jetbrains Annotations] for additional compiler annotations