Skip to content

Commit

Permalink
feat: updated README.md to contain full path.
Browse files Browse the repository at this point in the history
- Changed contact to bluesky in package.json.
  • Loading branch information
mauriciovigolo committed Dec 23, 2024
1 parent acc02d8 commit 53d0f25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ If you want to know more about these options and various other capabilities of t

> **Note About NgModules:**
> 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](docs/ngmodule.md).
> 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**
For more details, refer to the [provideKeycloak](./docs/provide.md) documentation.
For more details, refer to the [provideKeycloak](https://github.com/mauriciovigolo/keycloak-angular/docs/provide.md) documentation.

## Example project

Expand Down Expand Up @@ -278,7 +278,7 @@ export const appConfig: ApplicationConfig = {
```

** Additional Resources**
For more details on the available interceptors and their configurations, refer to the [Keycloak HttpClient Interceptors](./docs/interceptors.md) documentation.
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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"author": {
"name": "Mauricio Gemelli Vigolo",
"email": "@mauriciovigolo@mastodon.social",
"email": "@mauriciovigolo.bsky.social",
"url": "https://github.com/mauriciovigolo"
},
"license": "MIT",
Expand Down

0 comments on commit 53d0f25

Please sign in to comment.