diff --git a/README.md b/README.md index 2ecf4dcee49081df765f4d9fa2122361275fda7f..4f949dea1e9b932447c2f1c52895fc9a634985f4 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ print(values) # prints {2: 1, 6: 0, 15: 1} By default, print statements from the device are relayed and displayed as: ```txt -MPY_PRINT@COM1:HELLO WORLD +MPY_PRINT@COM1:hello world! ``` These messages can be suppressed by passing `show_prints=False` when instantiating the device.