From 06b00d459e44d7a7e29094992d56697fcf8b0f2b Mon Sep 17 00:00:00 2001 From: Adam Scarr Date: Fri, 10 Aug 2018 09:58:07 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 814d5b84c3a..ae66cf91d7b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gqlgen [![CircleCI](https://badgen.net/circleci/github/99designs/gqlgen)](https://circleci.com/gh/99designs/gqlgen) [![Read the Docs](https://badgen.net/badge/docs/available/green)](http://gqlgen.com/) +# gqlgen [![CircleCI](https://badgen.net/circleci/github/99designs/gqlgen/master)](https://circleci.com/gh/99designs/gqlgen) [![Read the Docs](https://badgen.net/badge/docs/available/green)](http://gqlgen.com/) This is a library for quickly creating strictly typed graphql servers in golang.