diff --git a/README.md b/README.md
index abb285a..a39cd16 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,12 @@ For a list of commands use the !help command.
## Installation:
-
Either download the zip or use
`git clone https://github.com/PatrickSchmitt98/Bot_Anders`
+Either download the zip or use
`git clone https://github.com/PatrickSchmitt98/Bot_Anders`
After this enter the source directory by using `cd Bot_Anders`
and install the bot and it's dependencies by using `python setup.py install`.
## Starting the bot:
-
To use the bot, you first have to create a file named `discord_token.txt` in the bot directory
+To use the bot, you first have to create a file named `discord_token.txt` in the bot directory
which contains your [authorization token.](https://discordapp.com/developers/docs/topics/oauth2#bots)
After this start the bot by using `python main.py`.