From d0351554fd5b53fee1ebf00a8bc1181d7125e2d5 Mon Sep 17 00:00:00 2001 From: Luis Solorzano Date: Tue, 28 Jun 2022 06:17:37 -0600 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0433d9..51f2cf3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Tipo de Cambio del Banco BAC Credomatic (https://www.baccredomatic.com/) import { ExchangeRateDollar, Country } from 'exchange-rates-bac-dollar'; - const exchange = ExchangeRateDollar(Country.NI).then(exchangeRate => { + const exchange = ExchangeRateDollar(Country.CR).then(exchangeRate => { console.log(exchangeRate); });