From 71f4a8322b5e677a28acf1b0d64f9ecf1d09cc8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Sm=C3=B3=C5=82ka?= Date: Thu, 27 Jan 2022 11:13:40 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); ```