Skip to content

Commit b09b57b

Browse files
authored
Fix readme fixes
1 parent a9b938b commit b09b57b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@ Create a new backend API application:
2323
node-mongo test-folder ts
2424
````
2525

26-
change directory into generated `test-folder` and run:
26+
Change directory into generated the `test-folder` and run:
2727

2828
````
2929
npm run dev:atlas
3030
````
3131

32+
Or run:
33+
34+
````
35+
npm run dev:local
36+
````
3237
#
3338

3439
Find a more comprehensive usage guide in the [node-mongo user docs](https://code-collabo.gitbook.io/node-mongo-user/node-mongo-user-docs/readme)

0 commit comments

Comments
 (0)