Skip to content

Commit 34087c4

Browse files
committed
Fix installation instruction in README.rst
1 parent 788f5ec commit 34087c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Install with pip
3333

3434
pip install django-oauth-toolkit
3535

36-
Add `django-oauth-toolkit` to your `INSTALLED_APPS`
36+
Add `oauth2_provider` to your `INSTALLED_APPS`
3737

3838
.. code-block:: python
3939
4040
INSTALLED_APPS = (
4141
...
42-
'django-oauth-toolkit',
42+
'oauth2_provider',
4343
)
4444
4545

0 commit comments

Comments
 (0)