Browse Source

Add docs.rs and appveyor badges

Johannes Hofmann 8 years ago
parent
commit
0efa33d0b2
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      README.md

+ 3
- 1
README.md View File

6
 in a PBF file.
6
 in a PBF file.
7
 
7
 
8
 [![Build Status](https://travis-ci.org/b-r-u/osmpbf.svg?branch=master)](https://travis-ci.org/b-r-u/osmpbf)
8
 [![Build Status](https://travis-ci.org/b-r-u/osmpbf.svg?branch=master)](https://travis-ci.org/b-r-u/osmpbf)
9
-[![](https://img.shields.io/crates/v/osmpbf.svg)](https://crates.io/crates/osmpbf)
9
+[![Build status](https://ci.appveyor.com/api/projects/status/1ct6i2gjsak8tgyy?svg=true)](https://ci.appveyor.com/project/b-r-u/osmpbf)
10
+[![Crates.io](https://img.shields.io/crates/v/osmpbf.svg)](https://crates.io/crates/osmpbf)
11
+[![Documentation](https://docs.rs/osmpbf/badge.svg)](https://docs.rs/osmpbf)
10
 
12
 
11
 ## Usage
13
 ## Usage
12
 
14