From 277462d822a0160a77e087f7ef2e67cc19fdf006 Mon Sep 17 00:00:00 2001 From: Matt Good Date: Wed, 6 Nov 2013 09:59:50 -0800 Subject: [PATCH] Fix build status image RST example copied from Travis was a bit broken --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e19dfc8..4ae7e7c 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,8 @@ Flask Debug-toolbar This is a port of the excellent `django-debug-toolbar `_ for Flask applications. -.. image:: https://travis-ci.org/mgood/flask-debugtoolbar.png?branch=master :target: https://travis-ci.org/mgood/flask-debugtoolbar +.. image:: https://travis-ci.org/mgood/flask-debugtoolbar.png?branch=master + :target: https://travis-ci.org/mgood/flask-debugtoolbar Installation