Skip to content

Commit 15522b5

Browse files
committed
Update README.md
1 parent 0967182 commit 15522b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_DHT_Driver_Python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ type = 22
2121
pin = 24
2222

2323
dhtreader.init()
24-
print dhtreader(type, pin)
24+
print dhtreader.read(type, pin)
2525
```

0 commit comments

Comments
 (0)