Skip to content

Commit b23a702

Browse files
committed
Fix mip instructions in readme
1 parent 0880e69 commit b23a702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ For users wanting maximum performance, it may be desireable to bypass the high-l
6262

6363
# Installing Red Vision with `mip`
6464

65-
If you want to add the Red Vision package to a board that's already running MicroPython, you can easily install it using `mip`:
65+
If you want to add the Red Vision package to a board that's already running MicroPython, you can easily install it using [`mip`](https://docs.micropython.org/en/latest/reference/packages.html). For example, here's the [`mpremote`](https://docs.micropython.org/en/latest/reference/mpremote.html) command:
6666

6767
```
68-
mip install github:sparkfun/red_vision
68+
mpremote mip install github:sparkfun/red_vision
6969
```
7070

7171
## Building Red Vision MicroPython Firmware

0 commit comments

Comments
 (0)