Skip to content

Commit 87b5703

Browse files
committed
Fixed more typos in README.rst
1 parent e94aafc commit 87b5703

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,15 @@ Quick Start Summary:
6161
.. code-block:: shell
6262
6363
sudo pip3 install --upgrade setuptools
64+
6465
(If pip3 is not installed, install it and rerun the command)
6566

6667
.. code-block:: shell
68+
6769
sudo apt-get install python3-pip
6870
6971
* Install the CircuitPython libraries
72+
7073
.. code-block:: shell
7174
7275
pip3 install RPI.GPIO
@@ -75,8 +78,8 @@ Quick Start Summary:
7578
Installing from PyPI
7679
--------------------
7780
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
78-
PyPI <https://pypi.org/project/sparkfun-circuitpython-qwiicjoystick/>`_. Installing this
79-
library will also install the dependency adafruit-circuitpython-busdevice.
81+
PyPI <https://pypi.org/project/sparkfun-circuitpython-qwiicjoystick/>`_.
82+
Installing this library will also install the dependency adafruit-circuitpython-busdevice.
8083

8184
To install for current user:
8285

@@ -103,7 +106,7 @@ Usage Example
103106
=============
104107
* `Qwiic Joystick Hookup Guide <https://learn.sparkfun.com/tutorials/qwiic-joystick-hoookup-guide>`_ - The Arduino examples in the Hookup Guide are available for Python with this library
105108
* `CircuitPython on a Raspberry Pi <https://learn.adafruit.com/circuitpython-on-raspberrypi-linux>`_ - Basic information on how to install CircuitPython on a Raspberry Pi.
106-
* Example:
109+
* Code Example:
107110
.. code-block:: shell
108111
109112
# import the CircuitPython board and busio libraries
@@ -115,7 +118,7 @@ Usage Example
115118
116119
joystick = QwiicJoystick(i2c) # default address is 0x20
117120
# use QwiicJoystick(i2c, address) for a different address
118-
# joystick = QwiicJoystick(i2c, 0x21)"""
121+
# joystick = QwiicJoystick(i2c, 0x21)"""
119122
120123
Contributing
121124
============

0 commit comments

Comments
 (0)