We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909eee8 commit 9ba856eCopy full SHA for 9ba856e
README.rst
@@ -97,7 +97,7 @@ Or the following command to update an existing version:
97
Usage Example
98
=============
99
100
-Here is an example of using the :class:`Ducky` class.
+Here is an example of using the Ducky library.
101
First you will need to import the libraries
102
103
.. code-block:: python
@@ -108,7 +108,7 @@ First you will need to import the libraries
108
from adafruit_hid.keyboard_layout_us import KeyboardLayoutUS
109
import ducky
110
111
-Once this is done, define the keyboard layout and initialize the :class:`Ducky` class.
+Once this is done, define the keyboard layout and initialize the `Ducky` object.
112
113
114
0 commit comments