diff --git a/README.md b/README.md index 7baa967..1879023 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ builder.Services options => { options.Realm = "My Application"; - options.EventsType = typeof(AuthenticationEvents) + options.EventsType = typeof(AuthenticationEvents); }); ```