@@ -10,8 +10,8 @@ Introduction
1010 :alt: Discord
1111
1212
13- .. image :: https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX /workflows/Build%20CI/badge.svg
14- :target: https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX /actions
13+ .. image :: https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS /workflows/Build%20CI/badge.svg
14+ :target: https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS /actions
1515 :alt: Build Status
1616
1717CircuitPython library for the ST LSM6DSOX 6-axis Accelerometer and Gyro
@@ -33,17 +33,17 @@ Installing from PyPI
3333=====================
3434
3535On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
36- PyPI <https://pypi.org/project/adafruit-circuitpython-lsm6dsox /> `_. To install for current user:
36+ PyPI <https://pypi.org/project/adafruit-circuitpython-lsm6ds /> `_. To install for current user:
3737
3838.. code-block :: shell
3939
40- pip3 install adafruit-circuitpython-lsm6dsox
40+ pip3 install adafruit-circuitpython-lsm6ds
4141
4242 To install system-wide (this may be required in some cases):
4343
4444.. code-block :: shell
4545
46- sudo pip3 install adafruit-circuitpython-lsm6dsox
46+ sudo pip3 install adafruit-circuitpython-lsm6ds
4747
4848 To install in a virtual environment in your current project:
4949
@@ -52,7 +52,7 @@ To install in a virtual environment in your current project:
5252 mkdir project-name && cd project-name
5353 python3 -m venv .env
5454 source .env/bin/activate
55- pip3 install adafruit-circuitpython-lsm6dsox
55+ pip3 install adafruit-circuitpython-lsm6ds
5656
5757 Usage Example
5858=============
@@ -77,7 +77,7 @@ Contributing
7777============
7878
7979Contributions are welcome! Please read our `Code of Conduct
80- <https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX /blob/master/CODE_OF_CONDUCT.md> `_
80+ <https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS /blob/master/CODE_OF_CONDUCT.md> `_
8181before contributing to help this project stay welcoming.
8282
8383Documentation
0 commit comments