From 1361998e5fc403c2587276a1587debf56ad5cf22 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Thu, 11 Feb 2021 22:41:59 +0100 Subject: [PATCH] Fix README names --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index e5bc45f..aaa68e9 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 -- GitLab