Skip to content

Commit 94206fe

Browse files
Merge pull request #233 from kzhen/patch-2
Update README.md
2 parents c39b0e7 + b0ce20f commit 94206fe

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
@@ -70,7 +70,7 @@ Library also provides extension method to register NotionClient with Microsoft d
7070

7171
```
7272
services.AddNotionClient(options => {
73-
AuthToken = "<Token>"
73+
options.AuthToken = "<Token>";
7474
});
7575
```
7676

0 commit comments

Comments
 (0)