Skip to content

Commit c50ba24

Browse files
committed
Fix npm command in README
1 parent 6efca20 commit c50ba24

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
@@ -16,7 +16,7 @@ Run the server:
1616

1717
```bash
1818
npm install
19-
npx run dev
19+
npm run dev
2020
```
2121

2222
_This starts the server in non-database mode._ It will serve a simple webpage at `http://localhost:8080`.

0 commit comments

Comments
 (0)