From d4e8dfbeda4507ebedd265ff5e7987142e53768c Mon Sep 17 00:00:00 2001 From: Yoav Ram Date: Wed, 7 Dec 2016 22:57:12 +0200 Subject: [PATCH] add badges --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5610df9..4c38e2d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Click Spinner +[![PyPI](https://img.shields.io/pypi/v/click-spinner.svg)](https://pypi.python.org/pypi/click-spinner/) [![Build Status](https://travis-ci.org/click-contrib/click-spinner.svg?branch=master)](https://travis-ci.org/click-contrib/click-spinner) + Sometimes you would just like to show the user some progress, but a progress bar is not suitable because you don’t know how much longer it would take. In these cases you might want to display a simple spinner using the `spinner()` function. @@ -30,4 +32,4 @@ Supports Python 2.7 and 3. ## Authors -- Yoav Ram (@yoavram) \ No newline at end of file +- Yoav Ram (@yoavram)