Skip to content

Commit 71f4a83

Browse files
committed
update readme
1 parent d619046 commit 71f4a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ builder.Services
130130
options =>
131131
{
132132
options.Realm = "My Application";
133-
options.EventsType = typeof(AuthenticationEvents)
133+
options.EventsType = typeof(AuthenticationEvents);
134134
});
135135

136136
```

0 commit comments

Comments
 (0)