Skip to content

Commit 114543d

Browse files
committed
fixing the module import in readme example code
1 parent 34db990 commit 114543d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Usage Example
3939
import time
4040
import board
4141
import terminalio
42-
from adafruit_matrixportal import MatrixPortal
42+
from adafruit_matrixportal.matrixportal import MatrixPortal
4343
4444
# You can display in 'GBP', 'EUR' or 'USD'
4545
CURRENCY = "USD"

0 commit comments

Comments
 (0)