Skip to content

Commit

Permalink
Updating documentation for Institution changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentscheffler committed Jan 29, 2021
1 parent 9f05f1c commit 85e01da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ Reference: https://plaid.com/docs/api/institutions/

Methods:

* `get(string $institution_id, array $options = []): object`
* `list(int $count, int $offset, array $options = []): object`
* `find(string $query, array $products, array $options = []): object`
* `get(string $institution_id, array $country_codes, array $options = []): object`
* `list(int $count, int $offset, array $country_codes, array $options = []): object`
* `find(string $query, array $country_codes, array $products = [], array $options = []): object`

Example:
```php
Expand Down

0 comments on commit 85e01da

Please sign in to comment.