Skip to content

Commit a103e9c

Browse files
committed
fix: typo
1 parent 2ae63da commit a103e9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ Otherwise to get voice support you should run the following command:
4848
To install additional packages for speedup, run the following command:
4949

5050
.. code:: sh
51+
5152
# Linux/macOS
52-
python3 -m pip install -U "nextcord[speed]"
53+
python3 -m pip install -U "py-cord[speed]"
5354
# Windows
54-
py -3 -m pip install -U nextcord[speed]
55+
py -3 -m pip install -U py-cord[speed]
5556
5657
5758
To install the development version, do the following:

0 commit comments

Comments
 (0)