diff --git a/README.md b/README.md index 8c276f3..e432334 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ node twitch_followed.js
It will ask for the
User ID (Twitch username converted to ID)
-Twitch 0Auth
+Twitch OAuth
Access token
ClientID
@@ -75,7 +75,7 @@ Type (you may have to type confirmation to enable pasting of code into console f document.cookie.split("; ").find(item=>item.startsWith("auth-token="))?.split("=")[1] ``` Copy the resulting string consisting of 30 alphanumerical characters without any quotations
-Copy Twitch 0Auth to Twitch_Followed to cmd/terminal
+Copy Twitch OAuth to Twitch_Followed to cmd/terminal

Go to https://twitchtokengenerator.com/
Under available token scopes set user:read:follows to Yes