Skip to content

Commit

Permalink
fix typo in README.md (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
guntbert authored Oct 28, 2023
1 parent 1a20188 commit ae53172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ The `asyncio` library should automatically be imported in the REPL. Import the
```
### Sound
```
>>> await d.async_mute_on(True)
>>> await d.async_mute_off(False)
>>> await d.async_mute(True)
>>> await d.async_mute(False)
```

### Other methods
Expand Down

0 comments on commit ae53172

Please sign in to comment.