Skip to content

Commit d036425

Browse files
authored
Update README.md
1 parent f87f356 commit d036425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This MicroPython module simplifies working with seven-segment displays on differ
66
## Example:
77
This is an example code for a 30 second timer using a common anode 4 digit display:
88
```python
9-
import micropython-7seg
9+
import micropython_7seg
1010

1111
segments=micropython-7seg.Sevseg("anode")
1212

@@ -26,7 +26,7 @@ mip.install("github:AthulNoobie/micropython-Seven-segment-display-control")
2626
## Usage
2727
### 1) Importing the module
2828
```python
29-
import micropython-7seg
29+
import micropython_7seg
3030

3131
#After importing the module, create an object called "segments"(You can give any name).
3232

0 commit comments

Comments
 (0)