Skip to content

Commit 957f945

Browse files
committed
typo in the README
1 parent 652c207 commit 957f945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ To use Azure IoT Central, you will need to create an Azure IoT Central app, crea
203203
204204
from adafruit_azureiot import IoTCentralDevice
205205
206-
device = IoTCentralDevice(wifi, secrets["id_scope"], secrets["device_id"], secrets["device_device_sas_key"])
206+
device = IoTCentralDevice(wifi, secrets["id_scope"], secrets["device_id"], secrets["device_sas_key"])
207207
device.connect()
208208
209209
Once the device is connected, you will regularly need to run a ``loop`` to poll for messages from the cloud.

0 commit comments

Comments
 (0)