Skip to content

Commit 673ccaa

Browse files
authored
Fix example in README.md
1 parent f5a5b1e commit 673ccaa

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
@@ -45,7 +45,7 @@ var heroAndFriendsRequest = new GraphQLRequest {
4545

4646
### Execute Query/Mutation:
4747
```csharp
48-
var graphQLClient = new GraphQLClient("https://swapi.apis.guru/");
48+
var graphQLClient = new GraphQLHttpClient("https://swapi.apis.guru/");
4949

5050
public class HeroAndFriendsResponse {
5151
public Hero Hero {get; set;}

0 commit comments

Comments
 (0)