From a3675324b116e1cb481eb0fe2acfe226820a54e0 Mon Sep 17 00:00:00 2001 From: Duncan Tang Date: Sat, 11 Mar 2023 14:57:00 -0500 Subject: [PATCH] Fixed readme localhost port to 4000 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7fcde707..1557096bc 100644 --- a/README.md +++ b/README.md @@ -1281,7 +1281,7 @@ $ yarn $ yarn start ``` -Check http://0.0.0.0:8888/ in your browser and have fun! +Check http://localhost:4000/ in your browser and have fun! Please run `npm run lint` before you send a pull request. `npm run test` runs the jest tests.