From 1f81fefcbb8fba983e67d4b65fa620eccb1de0d4 Mon Sep 17 00:00:00 2001 From: David Read Date: Wed, 21 Oct 2015 16:11:11 +0000 Subject: [PATCH] Correct doc error for configuring amqp. --- .gitignore | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b678f55..62ff3fd 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,6 @@ build .DS_Store dist development.ini -*.swp +*.sw? *~ node_modules diff --git a/README.rst b/README.rst index f3dadf8..3b1f2d3 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ Installation On your CKAN configuration file, add:: - ckan.harvest.mq.type = rabbitmq + ckan.harvest.mq.type = amqp 2. Install the extension into your python environment::