From ed678e734859a00a398fe54f110e24a625b73b59 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Mon, 24 Jul 2023 23:05:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae0db84f..833123e4 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ export class AppComponent { By default the application will ask Auth0 to redirect back to the root URL of your application after authentication. This can be configured by setting the [redirectUri](https://auth0.github.io/auth0-angular/interfaces/AuthorizationParams.html#redirect_uri) option. -For more code samples on how to integrate the **auth0-angular** SDK in your **Angular** application, have a look at our [examples](https://github.com/auth0/auth0-angular/tree/master/EXAMPLES.md). +For more code samples on how to integrate the **auth0-angular** SDK in your **Angular** application, including how to use our standalone and function APIs, have a look at our [examples](https://github.com/auth0/auth0-angular/tree/master/EXAMPLES.md). ## API reference