Selaa lähdekoodia

Add docs.rs and appveyor badges

Johannes Hofmann 8 vuotta sitten
vanhempi
commit
0efa33d0b2
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3
    1
      README.md

+ 3
- 1
README.md Näytä tiedosto

@@ -6,7 +6,9 @@ with a simple interface while also exposing iterators for items of every level
6 6
 in a PBF file.
7 7
 
8 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 13
 ## Usage
12 14