diff --git a/README.md b/README.md index 336e3d2..5e36d1b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To get everything working, you need to install the `pygame`, `requests` and `dis Best is to create a `venv`, if you don't know how, look up `create venv python ` Once you've done that, execute these commands to download the necessary tools: ```bash -pip install discordrp +pip install discord-rich-presence pip install pygame pip install requests ```