Skip to content

Commit e5682d1

Browse files
authored
Fix local run command
1 parent 05bb52a commit e5682d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ I took inspirations from the following sources for some of the segments.
7878
Make sure you have node installed in your system. Then run
7979
```bash
8080
npm i
81-
npm run start
81+
npm run dev
8282
```
8383
This will start the app in `http://localhost:3000/AlgorithmVisualizer`
8484

0 commit comments

Comments
 (0)