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

Commit

Permalink
Update readme documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjosh committed Feb 3, 2017
1 parent 766f09b commit 0a0d23c
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 @@ -32,13 +32,13 @@ var_dump($stats);
### Set incom
Set your income with icome with with amount and text in arguments
```php
$client->income('1000000','Test');
$client->setIncome('1000000','Test');
```

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

### License
Expand Down

0 comments on commit 0a0d23c

Please sign in to comment.