From 85e225dad5d93d3e74bb822632dc898eb8ce598b Mon Sep 17 00:00:00 2001 From: nxshock Date: Sat, 15 Jul 2017 12:06:18 +0500 Subject: [PATCH] Move labels to one line --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c9a50a0..d7a492a 100644 --- a/README.rst +++ b/README.rst @@ -1,11 +1,13 @@ colorcrop ========= -.. image:: https://travis-ci.org/nxshock/colorcrop.svg?branch=master +|bs| |cs| |gd| + +.. |bs| image:: https://travis-ci.org/nxshock/colorcrop.svg?branch=master :alt: Build Status -.. image:: https://coveralls.io/repos/github/nxshock/colorcrop/badge.svg +.. |cs| image:: https://coveralls.io/repos/github/nxshock/colorcrop/badge.svg :alt: Coverage Status -.. image:: https://godoc.org/github.com/nxshock/colorcrop?status.svg +.. |gd| image:: https://godoc.org/github.com/nxshock/colorcrop?status.svg :alt: GoDoc A pure Go library for cropping images by removing borders with specified color.