From 114543d3ad016a087b9357b536817a63867069cf Mon Sep 17 00:00:00 2001 From: foamyguy Date: Sat, 7 Nov 2020 08:21:04 -0600 Subject: [PATCH] fixing the module import in readme example code --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ef2ec2a..a503dd2 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ Usage Example import time import board import terminalio - from adafruit_matrixportal import MatrixPortal + from adafruit_matrixportal.matrixportal import MatrixPortal # You can display in 'GBP', 'EUR' or 'USD' CURRENCY = "USD"