From f9cc295d2b7698b7e484c0da3bede279acfabf71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Garc=C3=ADa?= Date: Tue, 18 Mar 2025 15:15:46 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') ```