summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-08-26 10:14:46 +0200
committerEugen Wissner <belka@caraus.de>2019-08-26 10:14:46 +0200
commit5175586def05410890023ab340b8381045de6811 (patch)
tree4c82733c6b65f5f1c9285c3e4e02b2e8c6cfe3f2 /README.md
parentf54e9451d20d020632fb3481087af2bcbff6033d (diff)
downloadgraphql-5175586def05410890023ab340b8381045de6811.tar.gz
Provide more documentation on functions and types
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index da7aa7b..136b9dd 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ GraphQL implementation in Haskell.
This implementation is relatively low-level by design, it doesn't provide any
mappings between the GraphQL types and Haskell's type system and avoids
-compile-time magic. It focuses on flexibility instead instead, so other
-solutions can be built on top of it.
+compile-time magic. It focuses on flexibility instead, so other solutions can
+be built on top of it.
## State of the work