From 2e10f7b852261d9afa33637e6978fecd511320d1 Mon Sep 17 00:00:00 2001 From: Richard Musiol Date: Tue, 6 Dec 2016 16:29:49 +0100 Subject: [PATCH] readme: spec version and link (fixes #35) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24f1e0436e..a0ad60e457 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The project is under heavy development. It is stable enough so we use it in prod ## Goals -* full support of GraphQL spec +* full support of [GraphQL spec (October 2016)](https://facebook.github.io/graphql/) * minimal API * support for context.Context and OpenTracing * early error detection at application startup by type-checking if the given resolver matches the schema