From dbf5ffa598304f20516e759d2008fe302d9f8afb Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 6 Jan 2025 10:14:11 +0100 Subject: [PATCH] :pencil2: Fix server URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66f5c42..d264bc4 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ The publication is launched with the following command: pnpm serve ``` -The site is accessible through the `"/` endpoint. +The site is accessible through the `http://localhost:1234` endpoint. ## 🔋 Technologies