From 96c97e814d7028ae4f218bc06afa5946f6f5b1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20M=C3=A9ndez=20Bravo?= Date: Thu, 21 Jun 2018 10:25:03 -0500 Subject: [PATCH] Fix typos This fixes a couple typos in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb8ad11..a7f51f7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Python bindings, you should run: or - pip install openpay --udgrade + pip install --upgrade openpay See www.pip-installer.org/en/latest/index.html for instructions on installing pip. @@ -322,5 +322,5 @@ to handle this, the Python client has implemented four type of exceptions: - InvalidRequestError: This category includes requests when format is not JSON and Requests with non existents urls - AuthenticationError: missing Private key - - CardError: Transfer not accepted, Declined card, Expired card, Inssuficient funds, Stolen Card, Fraudulent card. + - CardError: Transfer not accepted, Declined card, Expired card, Insufficient funds, Stolen Card, Fraudulent card. - APIError: All other types API errors