Skip to content

Commit d67507e

Browse files
authored
fix the inconsistency in Development start command between Contributing Guide and README (#7224)
* fix the start dev command * doc changes * revert the contributing md
1 parent 37c7da1 commit d67507e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
```bash
4545
npm ci
46-
npx turbo dev
46+
npm run dev
4747

4848
# listening at localhost:3000
4949
```

0 commit comments

Comments
 (0)