diff --git a/README.md b/README.md index 0718a6aedd323a05581ab1e070c3d9b39eed1923..c9f4747e18d8a912ee2615e98b78a2ce0d5148aa 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ d = mpy_bridge.Device("COM1") # prints available functions print(d) -# call the function +# call the function on the device d.led_on() ```