From 54e783d81e8833743444e6784224ef9ea7a7dcdc Mon Sep 17 00:00:00 2001 From: IAmTomahawkx Date: Thu, 26 Aug 2021 20:16:03 -0700 Subject: [PATCH] remove mentions of 2.0 in the readme It's just twitchio now --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e3d25103..9d769ee7 100644 --- a/README.rst +++ b/README.rst @@ -81,12 +81,12 @@ A simple Chat Bot. Contributing --------------------------- -TwitchIO 2.0 currently uses the `Black `_ formatter to enforce sensible style formatting. +TwitchIO currently uses the `Black `_ formatter to enforce sensible style formatting. Before creating a Pull Request it is encouraged you install and run black on your code. -The Line Length limit for TwitchIO 2.0 is **120**. +The Line Length limit for TwitchIO is **120**. For installation and usage of Black visit: `Black Formatter `_