Skip to content

Commit

Permalink
docs: update README to reflect function name change from configure_ad…
Browse files Browse the repository at this point in the history
…ditional_bank to add_bank
  • Loading branch information
gabino committed Dec 24, 2024
1 parent c94a35a commit 2cec6f6
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 @@ -66,7 +66,7 @@ Sin embargo, hemos añadido una función para agregar bancos adicionales a la li

```python
import clabe
clabe.configure_additional_bank('12345', 'New Bank')
clabe.add_bank('12345', 'New Bank')
```

Para eliminar un banco
Expand Down

0 comments on commit 2cec6f6

Please sign in to comment.