Skip to content

Commit f32f3ca

Browse files
authored
Merge pull request #40 from FoamyGuy/fix_readme_example_import
Fixing the module import in readme example code
2 parents 34db990 + 114543d commit f32f3ca

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)