From db4acfd3c112d5da88303f6e18f928c5ecc88335 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 1 Jul 2018 16:57:27 +0200 Subject: [PATCH] Fixed some typos in the README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e209218..2525924 100644 --- a/README.md +++ b/README.md @@ -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