Update README.md

This commit is contained in:
Paldiu 2023-04-13 21:41:06 -05:00 committed by GitHub
parent b7654a145f
commit c41b8dc084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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