Rename and do some fun heading nonsense in the README

This commit is contained in:
Ben Kraft
2021-03-30 12:39:59 -07:00
committed by GitHub
parent 2c52314494
commit db3ee65854
+9 -1
View File
@@ -1,4 +1,12 @@
# genql: a truly type-safe Go GraphQL client
<h1><pre>
<em>GEN</em>ERATED
GRAPH<em>QL</em>
+ CL<em>IENT</em>
———————————————
<em>GENQLIENT</em>
</pre>
genqlient: a truly type-safe Go GraphQL client
</h1>
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!