Skip to content

Commit

Permalink
updated readme with correct install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
eabili0 committed Feb 12, 2020
1 parent 9d3c319 commit 454957c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependecies
- name: Install dependencies
run: pip3 install -r requirements.txt
- name: Run tests
run: pytest
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ For a specific request:
Add this package as a dependency:

```
pip install flask-monitor
pip install bb-flask-monitor
```

or

```
pipenv install flask-monitor
pipenv install bb-flask-monitor
```

## HTTP Metrics
Expand Down

0 comments on commit 454957c

Please sign in to comment.