From f1baddb39bff9ad1b644e23c0f1226882dd4e56c Mon Sep 17 00:00:00 2001 From: tarek berkane Date: Fri, 15 Jul 2022 22:20:09 +0100 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3adab71..09239eb 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ This Plugin is to integrate ePayment gateway with Chargily easily. ## chargily-epay this is `sync` version using `requests` library ``` -pip install chargily-epay +pip install chargily-epay-python ``` ## chargily-epay-async this is `async` version using `aiohttp` library ``` -pip install chargily-epay-async +pip install chargily-epay-Async ``` ## Quickstart