From c4b4dfba85dfe3935041394a614b95a5b5c22277 Mon Sep 17 00:00:00 2001 From: tekktrik <89490472+tekktrik@users.noreply.github.com> Date: Mon, 14 Mar 2022 15:02:56 -0400 Subject: [PATCH] Fix library name in README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ec08e9d..b9ee4a0 100644 --- a/README.rst +++ b/README.rst @@ -90,11 +90,11 @@ Or the following command to update an existing version: Usage Example ============= -This example tests that pypixelbuf works. +This example tests that pixelbuf works. .. code-block:: python - class TestBuf(adafruit_pypixelbuf.PixelBuf): + class TestBuf(adafruit_pixelbuf.PixelBuf): called = False def show(self):