Corrected module name

This commit is contained in:
Mauro Mugnaini 2020-11-17 11:36:17 +01:00
parent 0cc39a9879
commit 3dce7c5fa8
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Keycloak Realm Resource
# Avatar Realm Resource
**Keycloak Realm Resource** defines the new avatar resource inside Keycloak and exposes it on REST, implements the SPI defined in the `avatar-storage` module to store avatar on file system or in an user's property (to be deeply tested on all the persistence since it could be limited by the JDBC driver/JPA implementation.
**Avatar Realm Resource** defines the new avatar resource inside Keycloak and exposes it on REST, implements the SPI defined in the `avatar-storage` module to store avatar on file system or in an user's property (to be deeply tested on all the persistence since it could be limited by the JDBC driver/JPA implementation.
## Structure of the project