From 0a96229962314b0d2036675ef7f635380978a28f Mon Sep 17 00:00:00 2001 From: James Bellairs Date: Tue, 25 Aug 2020 13:16:23 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c89484..85465a3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SAHB.GraphQL.Client -Query HTTP api using GraphQL. The client recieves a model as typeparameter and then queries the GraphQL api and deserilize the result. +Query an HTTP api using GraphQL. The client takes a model as a type parameter, queries the GraphQL api, and deserializes the result. ## Nuget The library can be found on NuGet with the package name [SAHB.GraphQL.Client](https://www.nuget.org/packages/SAHB.GraphQL.Client/).