Add badge to README

This commit is contained in:
Tobe O 2018-08-03 18:11:42 -04:00
parent 3c4a03a25d
commit fe27845bd1

View file

@ -1,4 +1,7 @@
# graphql
[![Pub](https://img.shields.io/pub/v/angel_graphql.svg)](https://pub.dartlang.org/packages/angel_graphql)
[![build status](https://travis-ci.org/angel-dart/graphql.svg)](https://travis-ci.org/angel-dart/graphql)
A complete implementation of the official
[GraphQL specification](http://facebook.github.io/graphql/October2016/#sec-Language),
in the Dart programming language.