From 5bf61c2afc90e7712a57e929a70724d6d9ed8aa1 Mon Sep 17 00:00:00 2001 From: Jesse Stuart Date: Tue, 11 Oct 2016 15:22:32 -0500 Subject: [PATCH] Update README Signed-off-by: Jesse Stuart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 981bf30b..d4b29ed4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# graphql [![Build Status](https://travis-ci.org/graphql-go/graphql.svg)](https://travis-ci.org/graphql-go/graphql) [![GoDoc](https://godoc.org/graphql.co/graphql?status.svg)](https://godoc.org/github.com/graphql-go/graphql) [![Coverage Status](https://coveralls.io/repos/graphql-go/graphql/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql-go/graphql?branch=master) [![Join the chat at https://gitter.im/chris-ramon/graphql](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/graphql-go/graphql?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +# graphql [![Build Status](https://travis-ci.org/flynn/graphql.svg)](https://travis-ci.org/flynn/graphql) [![GoDoc](https://godoc.org/flynn/graphql?status.svg)](https://godoc.org/github.com/flynn/graphql) A *work-in-progress* implementation of GraphQL for Go.