From c7d5ab21c6516a99c65077c84c5178300a0f2fba Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Wed, 18 Dec 2013 11:57:54 +0100 Subject: [PATCH] Typo fixes --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1a72ea6..021057b 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,10 @@ dpaste ====== - .. image:: https://travis-ci.org/bartTC/dpaste.png?branch=master - :target: https://travis-ci.org/bartTC/dpaste - .. image:: https://coveralls.io/repos/bartTC/dpaste/badge.png?branch=master - :target: https://coveralls.io/r/bartTC/dpaste?branch=master +.. image:: https://travis-ci.org/bartTC/dpaste.png?branch=master + :target: https://travis-ci.org/bartTC/dpaste +.. image:: https://coveralls.io/repos/bartTC/dpaste/badge.png?branch=master + :target: https://coveralls.io/r/bartTC/dpaste?branch=master dpaste is a Django based pastebin. It's intended to run separately but its also possible to be installed into an existing Django project like a regular app.