From 71206c44fcdb0d3cfda8e2170135594177c7a4e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Weng?= Date: Tue, 2 Nov 2021 22:03:55 +0100 Subject: [PATCH] Update localhost port in README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb66311b9..2cdebcc59 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Then, you can run locally in development mode with live reload: npm run dev ``` -Open http://localhost:4000 with your favorite browser to see your project. For your information, Next JS need to take some time to compile the project for your first time. +Open http://localhost:3000 with your favorite browser to see your project. For your information, Next JS need to take some time to compile the project for your first time. ``` .