Skip to content

Commit 091797b

Browse files
authored
Fix outdated example in README (#495)
1 parent c6ee865 commit 091797b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async def main():
4343
print(device.info.version)
4444

4545
# Turn strip on, full brightness
46-
await led.light(on=True, brightness=255)
46+
await led.master(on=True, brightness=255)
4747

4848

4949
if __name__ == "__main__":

0 commit comments

Comments
 (0)