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 a433009..1d21059 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::