Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
msmolka committed Jan 27, 2022
1 parent d619046 commit 71f4a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ builder.Services
options =>
{
options.Realm = "My Application";
options.EventsType = typeof(AuthenticationEvents)
options.EventsType = typeof(AuthenticationEvents);
});

```
Expand Down

0 comments on commit 71f4a83

Please sign in to comment.