From 11de341559ed0ee412f20add86dc3c94d811d88a Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sun, 3 Nov 2024 17:27:47 +0530 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bce9449..3bff4816 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ npm run start You can access the frontend at http://localhost:5173/ and backend at http://localhost:8080/ -# Envirnoment Variables +# Environment Variables | Variable | Mandatory | Description | If Not Set | |-----------------------|-----------|----------------------------------------------------------------------------------------------|--------------------------------------------------------------| | `BACKEND_URL` | Yes | URL to run backend on. | Backend won't start. If not sure, set to http://localhost:8080/ |