From db3ee65854920375e53f965f8007e32950683a79 Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Tue, 30 Mar 2021 12:39:59 -0700 Subject: [PATCH] Rename and do some fun heading nonsense in the README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a57dac2..01c3931 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ -# genql: a truly type-safe Go GraphQL client +

+    GENERATED
+  GRAPHQL
++      CLIENT
+———————————————
+    GENQLIENT
+
+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!