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.
1 parent 8fee05d commit 8758493Copy full SHA for 8758493
docs/versioned_docs/version-v111/usage/example.md
@@ -73,7 +73,7 @@ public class TwitterClientOptions(string ApiKey, string ApiSecret);
73
74
public TwitterClient(IOptions<TwitterClientOptions> options) {
75
var opt = new RestClientOptions("https://api.twitter.com/2");
76
- _client = new RestClient(options);
+ _client = new RestClient(opt);
77
}
78
```
79
0 commit comments