From e04ef0fceab58dbf61d9caba4e0ca75157c8ee7c Mon Sep 17 00:00:00 2001 From: Tim <99363042+tclain-pillar@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:21:38 -0400 Subject: [PATCH] fix: add port variable in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 898bf87..314e07b 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,5 @@ npm install Run the following command and navigate to [http://localhost:3000](http://localhost:3000). ```bash -npm run dev +PORT=3000 npm run dev ```