Skip to content

Commit b90d184

Browse files
authored
Merge pull request #55 from Azure-Samples/baanders-patch-1
Typo?
2 parents d8fc717 + 9ed99d8 commit b90d184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeviceSimulator/DeviceSimulator/AzureIoTHub.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static class AzureIoTHub
1616
/// Please replace with correct connection string value
1717
/// The connection string could be got from Azure IoT Hub -> Shared access policies -> iothubowner -> Connection String:
1818
/// </summary>
19-
private const string iotHubConnectionString = "<your-hub-connection-string>=";
19+
private const string iotHubConnectionString = "<your-hub-connection-string>";
2020

2121
/// <summary>
2222
/// Please replace with correct device connection string

0 commit comments

Comments
 (0)