Skip to content

Commit 3e27964

Browse files
authored
Update installation.rst (#337)
grammar correction + fix missing code block
1 parent a464ebf commit 3e27964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ database::
5252
It is important to ensure that any applications are registered using the ``DjangoDash`` class. This means that any python module containing the registration code has to be known to Django and loaded at the appropriate time.
5353

5454
.. note::
55-
An easy way to ensure the Plotly app is to import it into ``views.py`` or ``urls.py`` as in the following example,
55+
An easy way to register the Plotly app is to import it into ``views.py`` or ``urls.py`` as in the following example,
5656
which assumes the ``plotly_app`` module (``plotly_app.py``) is located in the same folder as ``views.py``::
5757

58-
from . import plotly_app
58+
``from . import plotly_app``
5959

6060
Once your Plotly app is registered, ``plotly_app`` tag in the ``plotly_dash`` tag library can then be used to render it as a dash component. See :ref:`simple_use` for a simple example.
6161

0 commit comments

Comments
 (0)