From 385952d9af9696b97a1ad99d8e0163bb1b067016 Mon Sep 17 00:00:00 2001 From: ICheered Date: Fri, 4 Aug 2023 18:13:25 +0200 Subject: [PATCH] Minor readme fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e1a544..c9722be 100644 --- a/README.md +++ b/README.md @@ -113,10 +113,10 @@ To build, you'll need Docker. Then: ```bash ./build.sh # runs build in Docker -npx serve ui # starts a local server with COOP/COEP +npx serve examples/preact # starts a local server with COOP/COEP ``` -Then, navigate to http://localhost:5000/ in Chrome. +Then, navigate to http://localhost:3000/ in Chrome. ## See also