Skip to content

Commit 55c3b80

Browse files
authored
docs: fix message
and minor fix(pycord -> py-cord)
1 parent 516cbc9 commit 55c3b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you are using Windows, then the following should be used instead: ::
3131
py -3 -m pip install -U py-cord
3232

3333

34-
To install additional packages for speedup, run the following command: ::
34+
To install additional packages for speedup, you should use ``py-cord[speed]`` instead of ``py-cord``, e.g. ::
3535

3636
.. code:: sh
3737
@@ -41,7 +41,7 @@ To install additional packages for speedup, run the following command: ::
4141
py -3 -m pip install -U py-cord[speed]
4242
4343
44-
To get voice support, you should use ``py-cord[voice]`` instead of ``pycord``, e.g. ::
44+
To get voice support, you should use ``py-cord[voice]`` instead of ``py-cord``, e.g. ::
4545

4646
python3 -m pip install -U py-cord[voice]
4747

0 commit comments

Comments
 (0)