From d67507edba1d0eb73f3ec04ebd4aebaf6ecd82fc Mon Sep 17 00:00:00 2001 From: TenzDelek <122612557+TenzDelek@users.noreply.github.com> Date: Sat, 16 Nov 2024 10:07:26 +0530 Subject: [PATCH] fix the inconsistency in Development start command between Contributing Guide and README (#7224) * fix the start dev command * doc changes * revert the contributing md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5d4cde858f9e..9ae2467fb6fd2 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ ```bash npm ci -npx turbo dev +npm run dev # listening at localhost:3000 ```