Skip to content

Commit

Permalink
Typo in text
Browse files Browse the repository at this point in the history
reuirements.txt to requirements.txt
  • Loading branch information
AidarSource authored Jul 24, 2021
1 parent 9585894 commit 146d557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3-Web-App/1-Web-App/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Now you can build a Flask app to call your model and return similar results, but
cd web-app
```

1. In your terminal type `pip install`, to install the libraries listed in _reuirements.txt_:
1. In your terminal type `pip install`, to install the libraries listed in _requirements.txt_:

```bash
pip install -r requirements.txt
Expand Down

0 comments on commit 146d557

Please sign in to comment.