Skip to content

Commit 104213e

Browse files
authored
Merge pull request #20 from kpp/add_doc_badge
Add badge to docs.rs
2 parents 3f58e5e + 6536f20 commit 104213e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# futures-async-combinators
22

3-
[![Build Status](https://travis-ci.com/kpp/futures-async-combinators.svg?branch=master)](https://travis-ci.com/kpp/futures-async-combinators)
4-
[![Coverage Status](https://coveralls.io/repos/github/kpp/futures-async-combinators/badge.svg?branch=master)](https://coveralls.io/github/kpp/futures-async-combinators?branch=master)
3+
[![Build Status][travis-badge]][travis-url]
4+
[![Coverage Status][cov-badge]][cov-url]
5+
[![Docs][doc-badge]][doc-url]
6+
7+
[travis-badge]: https://travis-ci.com/kpp/futures-async-combinators.svg?branch=master
8+
[travis-url]: https://travis-ci.com/kpp/futures-async-combinators
9+
[cov-badge]: https://coveralls.io/repos/github/kpp/futures-async-combinators/badge.svg?branch=master
10+
[cov-url]: https://coveralls.io/github/kpp/futures-async-combinators?branch=master
11+
[doc-badge]: https://docs.rs/futures-async-combinators/badge.svg
12+
[doc-url]: https://docs.rs/futures-async-combinators
513

614
FOR LEARNING PURPOSES ONLY
715

0 commit comments

Comments
 (0)