Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjosh committed Feb 12, 2017
1 parent c850bcd commit fb856d8
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 @@ -30,13 +30,13 @@ var_dump($stats);
```

### Set incom
Set your income with icome with with amount and text in arguments
Set your income with amount and text in arguments
```php
$client->setIncome('1000000','Test');
```

### Set expense
Set your expense with icome with with amount and text in arguments
Set your expense with amount and text in arguments
```php
$client->setExpense('1000000','Test');
```
Expand Down

0 comments on commit fb856d8

Please sign in to comment.