Fix wording in README

Co-authored-by: Danny <Rapptz@users.noreply.github.com>
This commit is contained in:
Arjun Sharda 2022-06-04 19:52:12 -05:00 committed by GitHub
parent f6a74f74a7
commit 87edabc5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ Optional Packages
* `PyNaCl <https://pypi.org/project/PyNaCl/>`__ (for voice support) * `PyNaCl <https://pypi.org/project/PyNaCl/>`__ (for voice support)
Please note that on Linux installing voice you must install the following packages via your favourite package manager (e.g. ``apt``, ``dnf``, etc) before running the above commands: Please note that when installing voice support on Linux, you must install the following packages via your favourite package manager (e.g. ``apt``, ``dnf``, etc) before running the above commands:
* libffi-dev (or ``libffi-devel`` on some systems) * libffi-dev (or ``libffi-devel`` on some systems)
* python-dev (e.g. ``python3.6-dev`` for Python 3.6) * python-dev (e.g. ``python3.6-dev`` for Python 3.6)