Skip to content

Commit eaf49cc

Browse files
authored
PR review: Update module-twins-node.md
Acrolinx fix
1 parent 16733ed commit eaf49cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/module-twins-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ In this section, you create a Node.js app on your simulated device that updates
138138

139139
![Azure portal module detail](./media/module-twins-node/module-detail.png)
140140

141-
2. Similar to what you did in the previous section, create a directory for your device code and use NPM to initialize it and install the device SDK (**npm install -S azure-iot-device-amqp\@modules-preview**).
141+
2. Similar to what you did in the previous section, create a directory for your device code and use npm to initialize it and install the device SDK (**npm install -S azure-iot-device-amqp\@modules-preview**).
142142

143143
> [!NOTE]
144144
> The npm install command may feel slow. Be patient; it's pulling down lots of code from the package repository.

0 commit comments

Comments
 (0)