diff --git a/README.md b/README.md index e7dcb02..8b3e579 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ mysql:connect Connect via mysql to a mysql service mysql:create Create a mysql service with environment variables mysql:destroy Delete the service, delete the data and stop its container if there are no links left mysql:enter [command] Enter or run a command in a running mysql service container -mysql:exists Check if the MySQL service exists +mysql:exists Check if the mysql service exists mysql:export > Export a dump of the mysql service database mysql:expose [port] Expose a mysql service on custom port if provided (random port otherwise) mysql:import < Import a dump into the mysql service database