diff --git a/README.md b/README.md index 6db2540..78ade3a 100644 --- a/README.md +++ b/README.md @@ -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