From 633e998bf6a22f8341154d01473fae0af7ec7391 Mon Sep 17 00:00:00 2001 From: arnaudmm Date: Fri, 30 Apr 2021 12:56:54 +0200 Subject: [PATCH] Fix app name in installation.rst (#76) --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 14e55b74..839b5949 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -16,6 +16,6 @@ Be sure to use ``virtualenv`` if you develop python projects. Add to INSTALLED_APPS in your ``settings.py``: - ``'bootstrap5',`` + ``'django_bootstrap5',`` After installation, the :doc:`quickstart` will get you on your way to using ``django-bootstrap5``.