diff --git a/README.md b/README.md
index a64afc854..351e0195b 100644
--- a/README.md
+++ b/README.md
@@ -27,24 +27,14 @@ You can **NOT** deploy to Netlify, Cloudflare Pages, Github Pages or any other *
> Join our [Discord Server](https://discord.gg/interstellar) for more options & tutorials.
-
## Deploy to Replit
-### **Replit will no longer be free starting January 1, 2024**
-1. Create a Replit Account (https://replit.com)
-2. Click **+ Create Repl**
-3. Click **Template** and Change the language to **Node.js**
-4. Then click **Create Repl**
-5. Click **Shell**
-- Paste the code below. (Ctrl + Shift + V)
-- `git clone https://github.com/interstellarnetwork/interstellar`
-6. Once it's done cloning paste the code below. (Ctrl + Shift + V)
-- ``cd interstellar && npm i && npm run start``
+As of 01/01/2024, Replit is [no longer free](https://blog.replit.com/hosting-changes). Try GitHub Codespaces instead.
-## Quick Deploy to GitHub Codespaces
+## Deploy to GitHub Codespaces
1. Create a GitHub account if you haven't already
2. Scroll up, click "Code" (green button), and then "Create Codespace on main"
3. In the terminal on the bottom, paste `npm i && npm run start`