Skip to content

Commit

Permalink
Updated doc again
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanre Adelowo committed Jul 16, 2017
1 parent 5d97396 commit a5479d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -154,6 +154,7 @@ $status = $paystack->updatePlan(
$paystack->addPlugin(new ListBanks(PaystackAdapter::API_LINK));

$banks = $paystack->listBanks();
// $paystack->listBanks(["perPage" => 20, "page" => 2]); //show 20 banks and show results from the second page (the results are paginated)

```

Expand Down

0 comments on commit a5479d9

Please sign in to comment.