Skip to content

Commit

Permalink
Updated ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
davemorris80 committed Feb 4, 2020
1 parent 69324e8 commit e593562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ To get available balance amount. (`amount`)


```php
$getAmount = $aws->getAmount();
$amount = $aws->getAmount();
```
-------------------
`getCurrency()`
Expand All @@ -186,7 +186,7 @@ To get currency. (`currency`)


```php
$getCurrency = $aws->getCurrency();
$currency = $aws->getCurrency();

```
-------------------
Expand Down

0 comments on commit e593562

Please sign in to comment.