Skip to content

Commit 9f07b39

Browse files
Merge pull request #2 from bootdotdev/wm_fix_npm_cmd
Fix npm command in README
2 parents 6efca20 + c50ba24 commit 9f07b39

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)