From bfb8c2c8ac39a92c0b05f9ee5da7f7891cc4fe94 Mon Sep 17 00:00:00 2001
From: "Leonardo J. Caballero G" <leonardocaballero@gmail.com>
Date: Tue, 12 Jun 2012 17:35:36 -0430
Subject: [PATCH] Fixed Sphinx syntax for image of screenshot documentation

---
 README.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index b180e2d..657ab93 100644
--- a/README.rst
+++ b/README.rst
@@ -48,5 +48,5 @@ And you can see the hello world example like this :
 
 .. image:: https://github.com/django-ve/helloworld/raw/master/docs/django_helloword.png
    :width: 332px
-     :align: center
-     :alt: A Django 1.4 'Hello World' example
+   :align: center
+   :alt: A Django 1.4 'Hello World' example
-- 
GitLab