From df394f9f75a73ed68e605f7454028495e73df723 Mon Sep 17 00:00:00 2001 From: John Ugbor Date: Wed, 2 Apr 2025 17:04:27 +0100 Subject: [PATCH] Update README.md The correct installation command is pip install paystack-sdk --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d7c959..1ac132d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ live secret keys. ## Installation ``` -pip install paystacksdk +pip install paystack-sdk ``` You may need to run `pip` with root permission: `sudo pip install` @@ -219,4 +219,4 @@ Class | Method | HTTP request | Description Kindly [open an issue](https://github.com/PaystackOSS/paystack-python/issues) if you discover any bug or have problems using this library. ## License -This repository is made available under the MIT license. Kindly read the [LICENSE](https://github.com/PaystackOSS/paystack-python/blob/main/LICENSE) file for more information. \ No newline at end of file +This repository is made available under the MIT license. Kindly read the [LICENSE](https://github.com/PaystackOSS/paystack-python/blob/main/LICENSE) file for more information.