From ec4d407e177687c4358fb532052f21d4b4336718 Mon Sep 17 00:00:00 2001
From: Ategon <ategon@noreply.localhost>
Date: Sat, 11 Jan 2025 21:55:15 +0000
Subject: [PATCH] Update README.md

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 7af2009..4349642 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@ Will not work currently until I get an auth system set up unless you manually ma
 Its addons/TwitchGod/auth.gd
 
 example (the subs here arent necessarily needed, I just use this for testing atm):
+
+```
 const BROADCASTER_ID = "[broadcaster id]"
 const USER_ID = "[user id]"
 const CLIENT_SECRET = "[client secret]"
@@ -22,3 +24,4 @@ TwitchEvents.Event.CHANNEL_POLL_END
 const SCOPES = [
 ""
 ]
+```
\ No newline at end of file