From 2263bdb17f43cb64d8bfc74c1354369b6f3899a6 Mon Sep 17 00:00:00 2001 From: psonis Date: Tue, 10 Jul 2018 10:52:39 +0300 Subject: [PATCH] Update README.md small typo on line 36. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db4b019..e0a851f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ ckan.plugins = privatedatasets * To show the Acquire URL when the user is **creating** a dataset, you should set the following preference: `ckan.privatedatasets.show_acquire_url_on_create = True`. By default, the value of this preference is set to `False`. * To show the Acquire URL when the user is **editing** a dataset, you should set the following preference: `ckan.privatedatasets.show_acquire_url_on_edit = True`. By default, the value of this preference is set to `False`. * In some cases you will want to secure the notification callback in order to filter the entities (user, machines...) that can send them. To do so, you can follow the instructions in the section [Securing the Notification Callback](#securing-the-notification-callback). -* Restart your apache2 reserver +* Restart your apache2 server ``` sudo service apache2 restart ```