Skip to content

Commit 9f01b4e

Browse files
committed
Add badges, badges, badges.
No badgers.
1 parent f700df0 commit 9f01b4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# graphql-go-handler
1+
# graphql-go-handler [![Build Status](https://travis-ci.org/graphql-go/handler.svg)](https://travis-ci.org/graphql-go/handler) [![GoDoc](https://godoc.org/graphql-go/handler?status.svg)](https://godoc.org/github.com/graphql-go/handler) [![Coverage Status](https://coveralls.io/repos/graphql-go/handler/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql-go/handler?branch=master) [![Join the chat at https://gitter.im/graphql-go/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)
22

33
Golang HTTP.Handler for [graphl-go](https://github.com/graphql-go/graphql)
44

@@ -68,11 +68,11 @@ depending on the provided `Content-Type` header.
6868

6969

7070
### Examples
71-
- [golang-graphql-playground](https://github.com/graphql-go/golang-graphql-playground)
71+
- [golang-graphql-playground](https://github.com/graphql-go/playground)
7272
- [golang-relay-starter-kit](https://github.com/sogko/golang-relay-starter-kit)
7373
- [todomvc-relay-go](https://github.com/sogko/todomvc-relay-go)
7474

7575
### Test
7676
```bash
7777
$ go get github.com/graphql-go/handler
78-
$ go build && go test ./...
78+
$ go build && go test ./...

0 commit comments

Comments
 (0)