Skip to content

Commit bfb8d4a

Browse files
authored
Adjusting Azure branching for Plug & Play
1 parent 82bc236 commit bfb8d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ DeviceClient azureIoT = new DeviceClient(IotBrokerAddress, DeviceID, SasKey);
100100

101101
Note: please see the previous section to understand how to better parse the certificate for your usage. The example shows the certificate uploaded into the device and not in the code.
102102

103-
### Azure Plug&Play
103+
### Azure IoT Plug&Play
104104

105-
Azure Plug&Play is supported as well. You'll need to provide a model ID when creating the DeviceClient:
105+
Azure IoT Plug&Play is supported as well. You'll need to provide a model ID when creating the DeviceClient:
106106

107107
```csharp
108108
DeviceClient azureIoT = new DeviceClient(IotBrokerAddress, DeviceID, SasKey, modelID:"dtmi:com:example:Thermostat;1");

0 commit comments

Comments
 (0)