Skip to content

Commit 30ed120

Browse files
authored
Merge pull request #6 from jimbobbennett/master
Fixing link in readme to sample file
2 parents 7a45ab1 + 1f35735 commit 30ed120

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ Include/
2222
Lib/
2323
Scripts/
2424
bin/
25-
pyvenv.cfg
25+
pyvenv.cfg
26+
27+
.DS_Store

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ These clients are available with an asynchronous API, as well as a blocking sync
4040

4141
Check out the [sample repository](samples) for example code showing how the SDK can be used in the various scenarios:
4242

43-
- [async_device_key](samples/async_device_key) - Sending telemetry and receiving properties and commands with device connected through **symmetric key** (Python 3.7+)
43+
- [async_device_key](samples/async_device_key.py) - Sending telemetry and receiving properties and commands with device connected through **symmetric key** (Python 3.7+)
4444
- [async_x509](samples/async_x509.py) - Sending telemetry and receiving properties and commands with device connected through **x509 certificates** (Python 3.7+)
4545
- [async_file_logger](samples/async_file_logger.py) - Print logs on file with rotation (Python 3.7+)
4646
- [async_eventhub_logger](samples/async_eventhub_logger.py) - Redirect logs to Azure Event Hub (Python 3.7+)

0 commit comments

Comments
 (0)