1
Fork 0
mirror of https://github.com/Steffo99/greed.git synced 2024-11-22 05:54:18 +00:00

Fixed some typos in the README file

This commit is contained in:
Steffo 2018-07-01 16:57:27 +02:00
parent f6e1c34f03
commit db4acfd3c1

View file

@ -7,9 +7,9 @@ For the full final exam test, check _some file that does not exist yet_.
## Requirements
* Python 3.6 (or higher)
* The packages specified in `requirements.txt` (install with `pip install -r requirements.txt`)
* A Internet connection
* An Internet connection
* A Telegram bot token (obtainable at [@Botfather](https://t.me/Botfather))
* A payment provider token (obtainable by [connecting Stripe with your bot](https://t.me/Botfather))
* A payment provider token (obtainable by [connecting a provider with your bot](https://t.me/Botfather))
* _Optional: a [sentry.io](https://sentry.io) token_
## Installation