From 859d1b69327a10dcb4d1bb2f65a6edc2e60c7e47 Mon Sep 17 00:00:00 2001 From: dolphinhats Date: Sun, 16 Sep 2018 11:40:42 -0500 Subject: [PATCH] Fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33232d1..5aa6af6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This simple script logs in the user and scrapes up to `--limit` messages from a - [Rapptz's discord python API](https://github.com/Rapptz/discord.py) - Available through pip: ```bash - pip3 install -U discord.py` + pip3 install -U discord.py ``` **See official documentation for further installation instructions**