From 8b267aebb27e3f94486ea7a9860c3cac0af33902 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 25 Feb 2018 15:41:17 -0500 Subject: [PATCH] fix: correct docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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