From 00b4e451feee7be967ba3ce9415424889143df60 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Fri, 28 Aug 2015 14:46:08 -0400 Subject: [PATCH] Full image URL in README.rst ...so it shows properly on PyPI --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cf0b0f6..91916fe 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ VCR.py ====== -.. image:: vcr.png +.. image:: https://raw.github.com/kevin1024/vcrpy/master/vcr.png :alt: vcr.py This is a Python version of `Ruby's VCR