Skip to content

Commit ca23d9b

Browse files
authored
Merge pull request #5 from tekktrik/doc/fix-lib-name
Fix library name in README
2 parents 9ab4f65 + c4b4dfb commit ca23d9b

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
@@ -90,11 +90,11 @@ Or the following command to update an existing version:
9090
Usage Example
9191
=============
9292

93-
This example tests that pypixelbuf works.
93+
This example tests that pixelbuf works.
9494

9595
.. code-block:: python
9696
97-
class TestBuf(adafruit_pypixelbuf.PixelBuf):
97+
class TestBuf(adafruit_pixelbuf.PixelBuf):
9898
called = False
9999
100100
def show(self):

0 commit comments

Comments
 (0)