diff --git a/README.rst b/README.rst
index e5bc45f3e5e2e27639e5662803dfe58e4b19603a..aaa68e9d41488cfc544bda5b2bda8531d05902b6 100644
--- a/README.rst
+++ b/README.rst
@@ -1,11 +1,11 @@
-===============
-celery-haystack
-===============
+==================
+celery-haystack-ng
+==================
 
 This Django app allows you to utilize Celery for automatically updating and
 deleting objects in a Haystack_ search index.
 
-Forked from the original celery-ng_.
+Forked from the original celery-haystack_.
 
 Requirements
 ------------
@@ -20,7 +20,7 @@ for Haystack and one of the supported backends for Celery.
 
 .. _Haystack: http://haystacksearch.org
 .. _Celery: http://www.celeryproject.org
-.. _celery-ng: https://github.com/django-haystack/celery-haystack
+.. _celery-haystack: https://github.com/django-haystack/celery-haystack
 
 
 Installation