Skip to content

Commit 064ece1

Browse files
SoheabRapptz
authored andcommitted
macOS instead of OS X
### Summary "In 2016, with the release of macOS 10.12 Sierra, the name was changed from OS X to macOS" source :: https://en.wikipedia.org/wiki/MacOS#macOS ### Checklist - [ ] If code changes were made then they have been tested. - [ ] I have updated the documentation to reflect the changes. - [ ] This PR fixes an issue. - [ ] This PR adds something new (e.g. new method or parameters). - [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed) - [X] This PR is **not** a code change (e.g. documentation, README, ...)
1 parent dab2519 commit 064ece1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To install the library without full voice support, you can just run the followin
3030

3131
.. code:: sh
3232
33-
# Linux/OS X
33+
# Linux/macOS
3434
python3 -m pip install -U discord.py
3535
3636
# Windows
@@ -40,7 +40,7 @@ Otherwise to get voice support you should run the following command:
4040

4141
.. code:: sh
4242
43-
# Linux/OS X
43+
# Linux/macOS
4444
python3 -m pip install -U discord.py[voice]
4545
4646
# Windows

0 commit comments

Comments
 (0)