From c830d281cbdf9d7eb0417290e93440249a1166cc Mon Sep 17 00:00:00 2001 From: Mauricio Vigolo Date: Mon, 23 Dec 2024 00:49:44 -0300 Subject: [PATCH] feat: fix bold in README, Additional Resources --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98c4bb2..7c6b926 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ If you want to know more about these options and various other capabilities of t > Since Keycloak-Angular v19, the KeycloakAngularModule, KeycloakService, KeycloakBearerInterceptor and KeycloakAuthGuard are deprecated. > If your application relies on NgModules, the library still has support for it. See more information on how to configure a [NgModule the application](https://github.com/mauriciovigolo/keycloak-angular/docs/ngmodule.md). -** Additional Resources** +**Additional Resources** For more details, refer to the [provideKeycloak](https://github.com/mauriciovigolo/keycloak-angular/docs/provide.md) documentation. ## Example project @@ -277,7 +277,7 @@ export const appConfig: ApplicationConfig = { }; ``` -** Additional Resources** +**Additional Resources** For more details on the available interceptors and their configurations, refer to the [Keycloak HttpClient Interceptors](https://github.com/mauriciovigolo/keycloak-angular/docs/interceptors.md) documentation. ## Directives