From 246726ab21b1b970b42dbe8f133cf3235e54d0a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 12 Nov 2013 18:52:51 +0100 Subject: [PATCH] Fixed a type --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 96955304..65d1ecc9 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ Just execute these commands in your virtualenv(wrapper): python manage.py createinitialrevisions You have to load the sql sentences of the file ``sql/tags.sql`` and your database -ust support PL/Python. You use an user with privileges in the database, +must support PL/Python. You use a dbuser with privileges in the database, 'greenmine' for example, to do this. .. code-block:: console