Skip to content

Commit b8b1750

Browse files
authored
Merge pull request #61 from TurnrDev/patch-1
Fix typo in index.rst
2 parents db30a78 + 5130791 commit b8b1750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Installation
1010
To install django-slick-reporting:
1111

1212
1. Install with pip: `pip install django-slick-reporting`.
13-
2. Add ``slick_reporting'`` to ``INSTALLED_APPS``.
13+
2. Add ``slick_reporting`` to ``INSTALLED_APPS``.
1414
3. For the shipped in View, add ``'crispy_forms'`` to ``INSTALLED_APPS`` and add ``CRISPY_TEMPLATE_PACK = 'bootstrap4'``
1515
to your ``settings.py``
1616
4. Execute `python manage.py collectstatic` so the JS helpers are collected and served.

0 commit comments

Comments
 (0)