Skip to content

Commit 2789b5d

Browse files
authored
chore: Fix grammar issues on readme (#1875)
1 parent 7ce7b43 commit 2789b5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Installing
3232

3333
**Python 3.8 or higher is required**
3434

35-
To install the library without full voice support, you can just run the following command:
35+
To install the library without full voice support, run the following command:
3636

3737
.. code:: sh
3838
@@ -42,7 +42,7 @@ To install the library without full voice support, you can just run the followin
4242
# Windows
4343
py -3 -m pip install -U py-cord
4444
45-
Otherwise to get voice support you should run the following command:
45+
Otherwise, to get full voice support, run the following command:
4646

4747
.. code:: sh
4848
@@ -130,7 +130,7 @@ Traditional Commands Example
130130
131131
bot.run("token")
132132
133-
You can find more examples in the examples directory.
133+
You can find more code examples in the ``examples`` directory.
134134

135135
Note: Make sure you do not reveal your bot token to anyone, as it can grant access to your bot.
136136

0 commit comments

Comments
 (0)