Skip to content

Commit 4212987

Browse files
author
Jaap Roes
authored
Correct rst syntax in installation section (#1434)
1 parent 9146e2b commit 4212987

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Install with pip::
5454

5555
pip install django-oauth-toolkit
5656

57-
Add `oauth2_provider` to your `INSTALLED_APPS`
57+
Add ``oauth2_provider`` to your ``INSTALLED_APPS``
5858

5959
.. code-block:: python
6060
@@ -64,8 +64,8 @@ Add `oauth2_provider` to your `INSTALLED_APPS`
6464
)
6565
6666
67-
If you need an OAuth2 provider you'll want to add the following to your urls.py.
68-
Notice that `oauth2_provider` namespace is mandatory.
67+
If you need an OAuth2 provider you'll want to add the following to your ``urls.py``.
68+
Notice that ``oauth2_provider`` namespace is mandatory.
6969

7070
.. code-block:: python
7171

0 commit comments

Comments
 (0)