From 9a67dd5f873b05ea4245a7e8f2a305a9d6f3860c Mon Sep 17 00:00:00 2001 From: gabino Date: Fri, 14 Feb 2025 16:09:14 -0600 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dcff45..61e5338 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ pip install cepmex You can use a staging environment to test the library: ```python -from cep import Config +import cep -Config.BASE_URL = 'http://www.banxico.org.mx/cep-beta' +cep.configure(beta=True) ``` To run unit tests, use `pytest`.