Skip to content

Commit 9768ab4

Browse files
committed
Fixed typo
1 parent 75a8b12 commit 9768ab4

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
@@ -93,7 +93,7 @@ The `NetHttpClientSigner` class is located in the `Mastercard.Developer.OAuth1Si
9393
Usage:
9494
```cs
9595
var baseUri = new Uri("https://api.mastercard.com/");
96-
var httpClient = new HttpClient(new RequestSignerHandler(ConsumerKey, signingKey)) { BaseAddress = baseUri };
96+
var httpClient = new HttpClient(new RequestSignerHandler(consumerKey, signingKey)) { BaseAddress = baseUri };
9797
var postTask = httpClient.PostAsync(new Uri("/service", UriKind.Relative), new StringContent("{\"foo\":\"bår\"}");
9898

9999
// (...)

0 commit comments

Comments
 (0)