diff --git a/README.md b/README.md index 12f29164e5..e096bea167 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ As of January 1st, 2024, Replit is [no longer free](https://blog.replit.com/host 1. Run `pnpm i`, and before `pnpm start`, prepend `PORT=8080`, replacing 8080 with another port. For example, `PORT=6969 pnpm start`. 2. If this does not work then you can prepend `$env:PORT=8080;`, replacing 8080 with another port. For example, `$env:PORT=6969; pnpm start` -3. Go to the ports tab, Click Forward A Port, And type the port number. +3. Go tohe ports tab, Click Forward A Port, And type the port number. 4. Right-click Visibility and set Port Visibility to Public. > [!NOTE]