From 3831244b44688447bf8b941a33452a2827240dba Mon Sep 17 00:00:00 2001 From: faassen Date: Thu, 8 Oct 2015 22:25:21 +0200 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5029c52f..addbc3bf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Core GraphQL Library for Python We are currently focusing on porting [graphql-js](https://github.com/graphql/graphql-js) to Python. This library incldes core features only that other packages within the [graphql-python](https://github.com/graphql-python/) organization shall build upon. -We are currently targeting feature parity with `v0.4.7` of the reference implementaiton. +We are currently targeting feature parity with `v0.4.7` of the reference implementation. Please see [issues](https://github.com/graphql-python/graphql-core/issues) for the progress.