From 94d1e315ec2afbd372a7990b685a3c602bca9973 Mon Sep 17 00:00:00 2001 From: Patrick <23613354+zImPatrick@users.noreply.github.com> Date: Mon, 5 Jul 2021 12:05:32 +0200 Subject: [PATCH] Fix small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c16867..317953d 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 DiscordOAut2.py with Flask +### Using DiscordOAuth2.py with Flask ```python from flask import Flask, redirect, request from threading import Thread