diff --git a/README.md b/README.md index 5c0e254..956d717 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ adyen.management.account_company_level_api.get_companies(query_parameters=query_ Define a dictionary containing the headers you want to include in your request. ~~~~ python - header_parameters = { + headers = { "Var1": "Var2", "Var2": "Var1" }