diff --git a/README.md b/README.md index dd0cd42..130a974 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Cover -[![Build Status](https://travis-ci.org/florence/cover.svg?branch=master)](https://travis-ci.org/florence/cover) -[![Coverage Status](https://coveralls.io/repos/florence/cover/badge.png?branch=master)](https://coveralls.io/r/florence/cover?branch=master) +[![Build Status](https://img.shields.io/travis/florence/cover/master.svg)](https://travis-ci.org/florence/cover) +[![Coverage Status](https://img.shields.io/coveralls/florence/cover/master.svg)](https://coveralls.io/r/florence/cover?branch=master) +[![Scribble](https://img.shields.io/badge/Docs-Scribble-blue.svg)](http://pkg-build.racket-lang.org/doc/cover/index.html) [![Stories in Ready](https://badge.waffle.io/florence/cover.png?label=ready&title=Ready)](https://waffle.io/florence/cover) -This library is an extensible code coverage tool for racket. +This library is an extensible code coverage tool for racket. ## How to install