Skip to content

Commit 65a9553

Browse files
authored
Update README.rst
1 parent 42e454e commit 65a9553

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -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

1717
CircuitPython library for the ST LSM6DSOX 6-axis Accelerometer and Gyro
@@ -33,17 +33,17 @@ Installing from PyPI
3333
=====================
3434

3535
On 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

7979
Contributions 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>`_
8181
before contributing to help this project stay welcoming.
8282

8383
Documentation

0 commit comments

Comments
 (0)