Skip to content

Commit b3aae01

Browse files
authored
Merge pull request #202444 from MicrosoftDocs/diberry-cosmos-db-quickstart-npm-init
Cosmos DB MongoDB API Update quickstart-javascript.md
2 parents f7c1c89 + 414f34f commit b3aae01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/mongodb/quickstart-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ This quickstart will create a single Azure Cosmos DB account using the MongoDB A
186186
187187
### Create a new JavaScript app
188188
189-
Create a new JavaScript application in an empty folder using your preferred terminal. Use the [``npm init``](https://docs.npmjs.com/cli/v8/commands/npm-init) command specifying the **console** template.
189+
Create a new JavaScript application in an empty folder using your preferred terminal. Use the [``npm init``](https://docs.npmjs.com/cli/v8/commands/npm-init) command to begin the prompts to create the `package.json` file. Accept the defaults for the prompts.
190190
191191
```console
192192
npm init

0 commit comments

Comments
 (0)