Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Dec 18, 2021
1 parent 9dcc2e8 commit 8a5f9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static async Task Main(string[] args)
CountryCode = "US"
};

// check the extesions for the response type
// check the extension methods' return types to determine the type to pass to the client
var customResponse = await _client.PerformAsync<TorStatusResponse<TorNodeBandwidthHistory>>(customRequest);
}
```
Expand Down

0 comments on commit 8a5f9e2

Please sign in to comment.