diff --git a/README.md b/README.md index e71cd10..772d404 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ decoded_json = response.json() if "token" in decoded_json: print(decoded_json["token"]) else: - print(f"Erro!\n {decoded_json}") + print(f"Error!\n {decoded_json}") ``` diff --git a/example_usage.py b/example_usage.py index acf5c69..efc93fd 100644 --- a/example_usage.py +++ b/example_usage.py @@ -17,4 +17,4 @@ decoded_json = response.json() if "token" in decoded_json: print(decoded_json["token"]) else: - print(f"Erro!\n {decoded_json}") + print(f"Error!\n {decoded_json}")