Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingBird95 committed Feb 27, 2018
1 parent 439eda9 commit 96e5dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ To install from source, download the source code, then run this:

Or install with pip:

pip install flask_monitoring_dashboard
pip install flask_monitoringdashboard

### Setup
Adding the extension to your flask app is simple:

from flask import Flask
import dashboard
import flask_monitoringdashboard as dashboard

user_app = Flask(__name__)
dashboard.config.init_from(file='/<path to your config file>/config.cfg')
Expand Down

0 comments on commit 96e5dec

Please sign in to comment.