Skip to content

Commit 24d8bf7

Browse files
authored
Update create-mongodb-nodejs.md
Create folder command on bash is "mkdir" instead of "md".
1 parent 1d19189 commit 24d8bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/create-mongodb-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Run the following commands to clone the sample repository. This sample repositor
5151
1. Open a command prompt, create a new folder named git-samples, then close the command prompt.
5252

5353
```bash
54-
md "C:\git-samples"
54+
mkdir "C:\git-samples"
5555
```
5656

5757
2. Open a git terminal window, such as git bash, and use the `cd` command to change to the new folder to install the sample app.

0 commit comments

Comments
 (0)