From 4a06e3f28ed8f4923ee339a00ee8fdaed7dcc8a4 Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Tue, 24 Aug 2021 10:20:59 -0700 Subject: [PATCH] Fix typo in README (#58) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Test plan read it Author: benjaminjkraft Reviewers: aberkan, dnerdy, MiguelCastillo Required Reviewers: Approved by: aberkan Checks: ✅ Test (1.17), ✅ Test (1.16), ✅ Test (1.15), ✅ Test (1.14), ✅ Test (1.13), ✅ Lint, ✅ Test (1.17), ✅ Test (1.16), ✅ Test (1.15), ✅ Test (1.14), ✅ Test (1.13), ✅ Lint Pull request URL: https://github.com/Khan/genqlient/pull/58 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2cfeb3..514e4da 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # genqlient: a truly type-safe Go GraphQL client -This is a proof-of-concept of using code-generation to create a truly type-safe GraphQL client in Go. It is certainly not ready for production use nor or contributions (see [below](#development)). +This is a proof-of-concept of using code-generation to create a truly type-safe GraphQL client in Go. It is certainly not ready for production use nor for contributions (see [below](#development)). ## Why another GraphQL client?