Skip to content

Commit

Permalink
Update examples.md with new list method
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeja committed Mar 17, 2024
1 parent ffce638 commit 28538c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $catalog->create('catalog_name');
## Return a list of all existing catalogs

```php
$catalogs = $catalog->show();
$catalogs = $catalog->list();
/*
Returns an array of catalogs on MariaDB:
Array
Expand Down

0 comments on commit 28538c7

Please sign in to comment.