diff --git a/README.md b/README.md index 76b44c7f..1f6a5538 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ library will automatically configure based on the values of those variables. To configure manually: ```python import cuenca - +cuenca.session.host='https://...' cuenca.configure(api_key='PKxxxx', api_secret='yyyyyy') ```