Skip to content

Commit ac2d188

Browse files
committed
updated functionality
1 parent 9a2b4e5 commit ac2d188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/functionality.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@ To enable Travis to run your unit tests and send the results to the dashboard, f
110110
111111
dependency_links=["https://github.com/flask-dashboard/Flask-MonitoringDashboard/tarball/master#egg=flask_monitoringdashboard"]
112112
113-
install_requires=('flask_monitoring_dashboard')
113+
install_requires=('flask_monitoringdashboard')
114114
115115
3. In your `.travis.yml` file, three script commands should be added:
116116

117117
.. code-block:: bash
118118
119119
export DASHBOARD_CONFIG=./config.cfg
120120
export DASHBOARD_LOG_DIR=./logs/
121-
python -m dashboard.collect_performance
121+
python -m flask_monitoringdashboard.collect_performance
122122
123123
The config environment variable specifies where the performance collection process can find the config file.
124124
The log directory environment variable specifies where the performance collection process should place the logs it uses.

0 commit comments

Comments
 (0)