aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b8cbd281..398b9fee 100644
--- a/README.rst
+++ b/README.rst
@@ -30,7 +30,7 @@ To install the library without full voice support, you can just run the followin
.. code:: sh
- # Linux/OS X
+ # Linux/macOS
python3 -m pip install -U discord.py
# Windows
@@ -40,7 +40,7 @@ Otherwise to get voice support you should run the following command:
.. code:: sh
- # Linux/OS X
+ # Linux/macOS
python3 -m pip install -U discord.py[voice]
# Windows