Skip to content

Commit 9ba856e

Browse files
committed
Fixed PyPI rendering
1 parent 909eee8 commit 9ba856e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Or the following command to update an existing version:
9797
Usage Example
9898
=============
9999

100-
Here is an example of using the :class:`Ducky` class.
100+
Here is an example of using the Ducky library.
101101
First you will need to import the libraries
102102

103103
.. code-block:: python
@@ -108,7 +108,7 @@ First you will need to import the libraries
108108
from adafruit_hid.keyboard_layout_us import KeyboardLayoutUS
109109
import ducky
110110
111-
Once this is done, define the keyboard layout and initialize the :class:`Ducky` class.
111+
Once this is done, define the keyboard layout and initialize the `Ducky` object.
112112

113113
.. code-block:: python
114114

0 commit comments

Comments
 (0)