Skip to content

Commit e3a8d3b

Browse files
authored
Merge pull request #51562 from theangellmethod/patch-3
Update typo - cmd to bash
2 parents a94c67e + 2b99f78 commit e3a8d3b

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
@@ -120,7 +120,7 @@ The IoT Edge Node.js module depends on Azure IoT Node.js Device SDK. In the defa
120120

121121
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.
122122

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

0 commit comments

Comments
 (0)