Skip to content

Commit

Permalink
Update README.md to fix typo with create_db method docs (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed May 3, 2023
1 parent 06b3d05 commit 33fda84
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 @@ -163,7 +163,7 @@ Actions supported:
* `client.databases.list_backups(id: 'id')`
* `client.databases.restore_from_backup(database_backup)`
* `client.databases.delete_cluster(id: 'id')`
* `client.database.create_db(database, id: 'id')`
* `client.databases.create_db(database, id: 'id')`
* `client.databases.find_db(id: 'id', name: 'name')`
* `client.databases.all_dbs(id: 'id')`
* `client.databases.delete_db(id: 'id', name: 'name')`
Expand Down

0 comments on commit 33fda84

Please sign in to comment.