diff --git a/gql/README.md b/gql/README.md index cb36ead..01e00df 100644 --- a/gql/README.md +++ b/gql/README.md @@ -56,7 +56,7 @@ func main() { gqlCall := gql.NewRequest(useQuery) - err = gqlHttpClient.Run(context.Background(), gqlCall, hello) + err = gqlHttpClient.Run(context.Background(), gqlCall, &hello) if err != nil { log.Panicln(err) }