Skip to content

Commit 5460a51

Browse files
authored
Fix install and start info in readme
1 parent b09b57b commit 5460a51

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,18 @@ Create a new backend API application:
2323
node-mongo test-folder ts
2424
````
2525

26-
Change directory into generated the `test-folder` and run:
26+
Change directory into generated the `test-folder`, and install the dependencies:
2727

2828
````
29-
npm run dev:atlas
29+
npm install
3030
````
3131

32-
Or run:
32+
Start the automated development server and choose your preferred connection setup type (MongoDB ATLAS or Local):
3333

3434
````
35-
npm run dev:local
35+
npm run dev
3636
````
37+
3738
#
3839

3940
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)