timwah / pokeslack

Get Slack messages posted to a #pokealert channel about rare Pokemon close to you
MIT License
38 stars 29 forks source link

typo: instructions should say requirements.txt #1

Closed cleftfairy closed 7 years ago

cleftfairy commented 7 years ago

in the README.md it says:

pip install -r requirements

should be

pip install -r requirements.txt

timwah commented 7 years ago

Thanks, fixed in PR #3