From 32f598a2ed5c92ee22e071b1ce88321b5651db36 Mon Sep 17 00:00:00 2001 From: TreeBen77 <77905642+TreeBen77@users.noreply.github.com> Date: Thu, 8 Jul 2021 02:23:02 +1000 Subject: [PATCH] Revert "Fix small typo" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 317953d..0c16867 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # DiscordOAuth2.py Use Discord's OAuth2 effortlessly! Turns the auth code to a access token and the access token into scope infomation. -### Using DiscordOAuth2.py with Flask +### Using DiscordOAut2.py with Flask ```python from flask import Flask, redirect, request from threading import Thread