Skip to content

Commit 144dc1d

Browse files
committed
finished 2
1 parent d12ff84 commit 144dc1d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/mpy_sdcard_log/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ The demo Python source code must be installed on the development board. This is
3434
> For development boards that access the SDCard via a SPI connection (such as the SparkFun Line of IoT RedBaords), the MicroPython `sdcard` library must be available. If not included in the MicroPython firmware, this library is easily installed using the MicroPython tool [mpremote](https://docs.micropython.org/en/latest/reference/mpremote.html).
3535
>
3636
> To install the library, connect your MicroPython development board to your computer and issue the following command in a terminal window:
37-
> ```mpremote mip install sdcard```
37+
>
38+
> ```sh
39+
> mpremote mip install sdcard
40+
> ```
3841
3942
## Running the Demo
4043

0 commit comments

Comments
 (0)