From d8b5e151644420b6a5a7be1e3a62af07e44a1515 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sun, 10 Jun 2012 14:45:49 +0200 Subject: Fix documentation --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 128772b..feb68b4 100644 --- a/README +++ b/README @@ -41,7 +41,7 @@ easy_install pymongo easy_install djangorestframework easy_install django-gravatar -# Install pymongo and the mongodb database +# Install postgresql sudo yum install postgresql # Start the database sudo service postgresql start -- cgit