Skip to content

Commit 3d06dba

Browse files
committed
Typo
1 parent c646c6f commit 3d06dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ client.Authenticator = new HttpBasicAuthenticator("username", "password");
4646

4747
var request = new RestRequest("statuses/home_timeline.json", DataFormat.Json);
4848

49-
var timeline = await client.Get<HomeTimeline>(request, cancellationToken);
49+
var timeline = await client.GetAsync<HomeTimeline>(request, cancellationToken);
5050
```
5151

5252
## Note About Error Handling

0 commit comments

Comments
 (0)