Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
docs: fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnakaya committed Nov 8, 2017
1 parent 2976321 commit c7802d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ BankAccount createdBankAccount = api.update("BKA-E0BAC6D15696",

### Listagem
```java
List<BankAccount> createdBankAccounts = api.getList("BKA-E0BAC6D15696");
List<BankAccount> createdBankAccounts = api.getList("MPA-E0BAC6D15696");
```

## Custódia
Expand Down

0 comments on commit c7802d3

Please sign in to comment.