From 229b5c09b8373a0bf298cf9845cde3fb9a3b6f32 Mon Sep 17 00:00:00 2001 From: Bubbo <85169821+xbubbo@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:11:04 -0400 Subject: [PATCH] Fixed Note --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9395602d..63bfe311c 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,8 @@ As of January 1st, 2024, Replit is [no longer free](https://blog.replit.com/host 2. Click "Code" (green button) and then "Create Codespace on main." 3. In the terminal at the bottom, paste `pnpm i && pnpm start`. 4. Respond to the application popup by clicking "Make public." - > [!IMPORTANT] - > Make sure you actually click the "Make public." button, or the proxy won't function properly. +> [!IMPORTANT] +> Make sure you actually click the "Make public." button, or the proxy won't function properly. 5. Access the deployed website from the ports tab. 6. For subsequent uses in the same codespace, just run `pnpm start`