From 40c6362533ae9f3f7060dae53ebd947b03266855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aitor=20Mag=C3=A1n=20Garc=C3=ADa?= Date: Thu, 30 Apr 2015 16:37:33 +0200 Subject: [PATCH] Minor improvement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcbeb885..d5eac802 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Install this extension in your CKAN instance is as easy as intall any other CKAN * Activate your virtual environment (generally by running `. /usr/lib/ckan/default/bin/activate`) * Install the extension by running `python setup.py develop` * Modify your configuration file (generally in `/etc/ckan/default/production.ini`) and add `datarequests` in the `ckan.plugins` setting. - * If you want to disable the comments system, you must also add this `ckan.datarequests.comments = False` + * If you want to disable the comments system, you must also add this `ckan.datarequests.comments = False` to your properties file. * Restart your apache2 reserver (`sudo service apache2 restart`) * That's All!