Fix appveyor badge in README

This commit is contained in:
theduke 2017-12-03 13:12:41 +01:00
parent e4cf21086c
commit b6d9c337d0

View file

@ -4,7 +4,7 @@
> GraphQL server library for Rust
[![Build Status](https://travis-ci.org/graphql-rust/juniper.svg?branch=master)](https://travis-ci.org/graphql-rust/juniper)
[![Build status](https://ci.appveyor.com/api/projects/status/vsrwmsh9wobxugbs?svg=true)](https://ci.appveyor.com/project/theduke/juniper/branch/master)
[![Build status](https://ci.appveyor.com/api/projects/status/xav6tor6biu617uu?svg=true)](https://ci.appveyor.com/project/theduke/juniper)
[![codecov](https://codecov.io/gh/graphql-rust/juniper/branch/master/graph/badge.svg)](https://codecov.io/gh/graphql-rust/juniper)
[![Crates.io](https://img.shields.io/crates/v/juniper.svg?maxAge=2592000)](https://crates.io/crates/juniper)
[![Gitter chat](https://badges.gitter.im/juniper-graphql/gitter.png)](https://gitter.im/juniper-graphql)
@ -32,7 +32,7 @@ embedded [Graphiql][graphiql] for easy debugging.
## Getting Started
The best place to get started is the [Juniper Book][book], which contains
guides with plenty of examples, covering all features of Juniper.
guides with plenty of examples, covering all features of Juniper. (very much WIP)
To get started quickly and get a feel for Juniper, check out the
[Quickstart][book_quickstart] section.