Update README.md

This commit is contained in:
Paldiu 2023-04-13 21:40:00 -05:00 committed by GitHub
parent e8a43f2889
commit b7654a145f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. and a list of dependencies if it requires any other modules to run.
This proof-of-concept also uses the following libraries: This proof-of-concept also uses the following libraries:
- Aikar's [Annotated Command Framework] for command handling - Aikar's [Annotation Command Framework] for command handling
- [ProjectReactor] for subscribing to SQL database streams - [ProjectReactor] for subscribing to SQL database streams
- [Google GSON] for Json interpretation - [Google GSON] for Json interpretation
- [Jetbrains Annotations] for additional compiler annotations - [Jetbrains Annotations] for additional compiler annotations