Skip to content

Commit 108b31b

Browse files
Fix typo
1 parent 50fe222 commit 108b31b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ circup install --py qwiic_keypad
9898

9999
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)
100100
```sh
101-
circup example qwiic_keypad\qwiic_keypad_ex1.py
102-
circup example qwiic_keypad\qwiic_keypad_ex2.py
103-
circup example qwiic_keypad\qwiic_keypad_ex3.py
101+
circup example qwiic_keypad\qwiic_keypad_ex1
102+
circup example qwiic_keypad\qwiic_keypad_ex2
103+
circup example qwiic_keypad\qwiic_keypad_ex3
104104
```
105105

106106
Example Use

0 commit comments

Comments
 (0)