Skip to content

Commit 62256b9

Browse files
Fix readme links
1 parent 26b310e commit 62256b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# SparkFun Qwiic OLED - Python Package
44

5-
![PyPi Version](https://img.shields.io/pypi/v/sparkfun_qwiic_oled)
6-
![GitHub issues](https://img.shields.io/github/issues/sparkfun/qwiic_oled_py)
7-
![License](https://img.shields.io/github/license/sparkfun/qwiic_oled_py)
5+
![PyPi Version](https://img.shields.io/pypi/v/sparkfun_qwiic_oled_base)
6+
![GitHub issues](https://img.shields.io/github/issues/sparkfun/qwiic_oled_base_py)
7+
![License](https://img.shields.io/github/license/sparkfun/qwiic_oled_base_py)
88
![X](https://img.shields.io/twitter/follow/sparkfun)
99
[![API](https://img.shields.io/badge/API%20Reference-blue)](https://docs.sparkfun.com/qwiic_oled_base_py/classqwiic__oled_1_1qwiic__oled__base_1_1_qwiic_oled_base.html)
1010

@@ -76,12 +76,12 @@ If not already installed, follow the [instructions here](https://docs.micropytho
7676

7777
Connect a device with MicroPython installed to your computer and then install the package directly to your device with mpremote mip.
7878
```sh
79-
mpremote mip install github:sparkfun/qwiic_oled_py
79+
mpremote mip install github:sparkfun/qwiic_oled_base_py
8080
```
8181

8282
If you would also like to install the examples for this repository, issue the following mip command as well:
8383
```sh
84-
mpremote mip install github:sparkfun/qwiic_oled_py@examples
84+
mpremote mip install github:sparkfun/qwiic_oled_base_py@examples
8585
```
8686

8787
### CircuitPython Installation
@@ -111,7 +111,7 @@ Example Use
111111
---------------
112112
Below is a quickstart program to print readings from the OLED.
113113

114-
See the examples directory for more detailed use examples and [examples/README.md](https://github.com/sparkfun/qwiic_oled_py/blob/main/examples/README.md) for a summary of the available examples.
114+
See the examples directory for more detailed use examples and [examples/README.md](https://github.com/sparkfun/qwiic_oled_base_py/blob/main/examples/README.md) for a summary of the available examples.
115115

116116
```python
117117

0 commit comments

Comments
 (0)