From 6fb700333b279005ef20965aedfc1057ebd14180 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Mon, 10 Jan 2022 23:07:11 -0500 Subject: [PATCH] Update README to use adafruit_led_animation.animation.blink --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6a8c1e1..981830d 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ Usage Example import board import neopixel - from adafruit_led_animation.animation import Blink + from adafruit_led_animation.animation.blink import Blink import adafruit_led_animation.color as color # Works on Circuit Playground Express and Bluefruit.