Skip to content

Commit 6ea6532

Browse files
Change circup example download instructions. It doesn't allow for hyphen.
1 parent 031e00c commit 6ea6532

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
@@ -100,8 +100,8 @@ circup install --py qwiic_tmp102
100100
If you would like to install any of the examples from this repository, issue the corresponding circup command from below. (NOTE: The below syntax assumes you are using CircUp on Windows. Linux and Mac will have different path seperators (i.e. "/" vs. "\"). See the [CircUp "example" command documentation](https://learn.adafruit.com/keep-your-circuitpython-libraries-on-devices-up-to-date-with-circup/example-command) for more information)
101101

102102
```sh
103-
circup example qwiic_tmp102\Example1-GetTemperature
104-
circup example qwiic_tmp102\Example2_One-Shot_Temperature_Reading
103+
circup example qwiic_tmp102\Example1_GetTemperature
104+
circup example qwiic_tmp102\Example2_One_Shot_Temperature_Reading
105105

106106
```
107107

0 commit comments

Comments
 (0)