diff --git a/README.rst b/README.rst index 8efd892..0db9b7b 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ Just add `axes.apps.AppConfig` to your ``INSTALLED_APPS``:: 'django.contrib.sessions', 'django.contrib.sites', ... - 'axes.apps.AppConfig', + 'axes', ... )