Skip to content

Commit ea3bea6

Browse files
authored
Update how-to-connect-downstream-iot-edge-device.md
Fixed syntax issue for toml config setting.
1 parent be37e6a commit ea3bea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/how-to-connect-downstream-iot-edge-device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ You should already have IoT Edge installed on your device. If not, follow the st
231231
232232
```toml
233233
[agent.config]
234-
image: "mcr.microsoft.com/azureiotedge-agent:1.4"
234+
image = "mcr.microsoft.com/azureiotedge-agent:1.4"
235235
```
236236
237237
01. The beginning of your parent configuration file should look similar to the following example.

0 commit comments

Comments
 (0)