From 3dce7c5fa853c16ef20facd45655c776e9273ecb Mon Sep 17 00:00:00 2001 From: Mauro Mugnaini Date: Tue, 17 Nov 2020 11:36:17 +0100 Subject: [PATCH] Corrected module name --- avatar-realm-resource/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avatar-realm-resource/README.md b/avatar-realm-resource/README.md index a0d7856..bf0ee84 100644 --- a/avatar-realm-resource/README.md +++ b/avatar-realm-resource/README.md @@ -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