Skip to content

Commit 2b99f78

Browse files
author
theangellmethod
authored
Update typo - cmd to bash
curl command is issued in bash rather than cmd.
1 parent ed78e67 commit 2b99f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/how-to-develop-node-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The IoT Edge Node.js module depends on Azure IoT Node.js Device SDK. In the defa
119119

120120
5. In VS Code integrated terminal, run the following command to send a **Hello World** message to your module. This is the command showed in previous steps when setup IoT Edge simulator successfully. You might need to create or switch to another integrated terminal if current one is blocked.
121121

122-
```cmd
122+
```bash
123123
curl --header "Content-Type: application/json" --request POST --data '{"inputName": "input1","data":"hello world"}' http://localhost:53000/api/v1/messages
124124
```
125125

0 commit comments

Comments
 (0)