diff --git a/README.md b/README.md index d35ef7ae..d7d1b96c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ You can always fetch the corresponding authentication options like this: ```csharp var authenticationOptions = configuration .GetSection(KeycloakAuthenticationOptions.Section) - .Get(); + .Get(KeycloakInstallationOptions.KeycloakFormatBinder); services.AddKeycloakAuthentication(authenticationOptions); ``` @@ -217,10 +217,5 @@ For more information and real world examples, please see my blog posts related t ## Reference -* -* -* -* -* * *