From fea252daf11dfcdef7ba180ea37bf31087f7c97c Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Sat, 8 Mar 2025 22:00:48 +0100 Subject: [PATCH] :book: Update installation command in README for correct package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a1cfd3..5dec7df 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project is built on: ## Installation ```bash -pip install pycord-reactive-bot --prerelease=allow +pip install pycord-rest-bot --prerelease=allow ``` Currently, the package is in pre-release, so you need to use the `--prerelease=allow` flag to install it.