We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c39b0e7 + b0ce20f commit 94206feCopy full SHA for 94206fe
README.md
@@ -70,7 +70,7 @@ Library also provides extension method to register NotionClient with Microsoft d
70
71
```
72
services.AddNotionClient(options => {
73
- AuthToken = "<Token>"
+ options.AuthToken = "<Token>";
74
});
75
76
0 commit comments