diff --git a/README.rst b/README.rst index c99be96..4f309df 100644 --- a/README.rst +++ b/README.rst @@ -54,7 +54,7 @@ To install in a virtual environment in your current project: Usage Example ============= -This example tests that the pypixelbuf works. +This example tests that pypixelbuf works. .. code-block:: python diff --git a/docs/examples.rst b/docs/examples.rst index 2ababc0..ff17fe6 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -3,6 +3,6 @@ Simple test Ensure your device works with this simple test. -.. literalinclude:: ../examples/adafruit_pypixelbuf_simpletest.py - :caption: examples/adafruit_pypixelbuf_simpletest.py +.. literalinclude:: ../examples/pypixelbuf_simpletest.py + :caption: examples/pypixelbuf_simpletest.py :linenos: diff --git a/examples/adafruit_pypixelbuf_simpletest.py b/examples/pypixelbuf_simpletest.py similarity index 100% rename from examples/adafruit_pypixelbuf_simpletest.py rename to examples/pypixelbuf_simpletest.py