Skip to content

Commit 8da7e25

Browse files
authored
Update README.md
1 parent 82027bb commit 8da7e25

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ You can install a specific module using mpremote or manually downloading specifi
2323
After [**installing the mpremote package**](https://docs.micropython.org/en/latest/reference/mpremote.html), flash a module to the board using the following command:
2424

2525
```sh
26-
mpremote mip install github:SolderedElectronics/Soldered-Micropython-modules/main/ENTER-MODULE-HERE
26+
mpremote mip install github:SolderedElectronics/Soldered-Micropython-modules/ENTER-MODULE-HERE
2727
```
2828
For example, downloading the BME280 module looks like this:
2929

3030
```sh
31-
mpremote mip install github:SolderedElectronics/Soldered-Micropython-modules/main/BME280
31+
mpremote mip install github:SolderedElectronics/Soldered-Micropython-modules/BME280
3232
```
3333

3434
The module can now be imported and used on your board:
@@ -57,7 +57,7 @@ from bme280 import BME280
5757

5858
```json
5959
"deps": [
60-
["github:SolderedElectronics/Soldered-Micropython-modules/main/Qwiic/Qwiic.py", "main"]
60+
["github:SolderedElectronics/Soldered-Micropython-modules/Qwiic/Qwiic.py", "main"]
6161
],
6262
```
6363

0 commit comments

Comments
 (0)