From a2d292fd32e2d0f570cd549fc5463c38cceb89e0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 1 Feb 2017 21:44:22 -0500 Subject: [PATCH] image --- README.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 49b0049..c5fa9a9 100644 --- a/README.rst +++ b/README.rst @@ -14,20 +14,23 @@ Example usage:: It looks like this: -insert gif here +.. image: http://media.kennethreitz.com.s3.amazonaws.com/spinner.gif Spinner class based on on a [gist by @cevaris](https://gist.github.com/cevaris/79700649f0543584009e). -## Install +Install +------- + +:: + + $ pip install blindspin -``` -pip install blindspin -``` Supports Python 2.7 and 3. -## Based on the work of: +Based on the work of: +--------------------- - Yoav Ram (@yoavram) - Andreas Maier (@andy-maier)