Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ldavidsp committed Jun 28, 2022
1 parent 587c08f commit d035155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit d035155

Please sign in to comment.