Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iganev committed Apr 13, 2021
1 parent 2c95d08 commit 7962b20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ use \BenMajor\ExchangeRatesAPI\Response;
use \BenMajor\ExchangeRatesAPI\Exception;
$access_key = '<YOUR ACCESS KEY>';
$use_ssl = false; # Free plans are restricted to non-SSL only.
$lookup = new ExchangeRatesAPI($access_key, false);
$lookup = new ExchangeRatesAPI($access_key, $use_ssl);
$rates = $lookup->fetch();
```

Expand Down

0 comments on commit 7962b20

Please sign in to comment.