Skip to content

Commit 083867f

Browse files
committed
Fix badges
1 parent 098d9ae commit 083867f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# graphql_client
22

3-
![CI Status](https://img.shields.io/travis/tomhoule/graphql-client.svg)
4-
![docs](https://docs.rs/mio/badge.svg)
5-
![crates.io](https://img.shields.io/crates/d/graphql-client.svg)
6-
![license](https://img.shields.io/github/license/mashape/apistatus.svg)
7-
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
3+
[![Build Status](https://travis-ci.org/tomhoule/graphql-client.svg?branch=master)](https://travis-ci.org/tomhoule/graphql-client)
4+
[![docs](https://docs.rs/graphql_client/badge.svg)](https://docs.rs/graphql_client/0.0.1/graphql_client/)
5+
[![crates.io](https://img.shields.io/crates/v/graphql_client.svg)](https://crates.io/crates/graphql_client)
86

97
Derive Rust code to safely and ergonomically manipulate GraphQL queries.
108

0 commit comments

Comments
 (0)