We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef27a17 commit b1478e3Copy full SHA for b1478e3
docs/installation.rst
@@ -22,7 +22,7 @@ the Django admin interface.
22
23
Source code and demo
24
--------------------
25
-2
+
26
The source code repository contains a simple demo application.
27
28
To install and run it::
docs/simple_use.rst
@@ -4,7 +4,7 @@ Simple Usage
4
============
5
6
To use existing dash applications, first register them using the ``DelayedDash`` class. This
7
-replaces the ``Dash`` class of `dash``
+replaces the ``Dash`` class from the ``dash`` package.
8
9
Taking a simple example inspired by the excellent `getting started <https://dash.plot.ly/getting-started-part-2>`_ guide::
10
0 commit comments