Typo in cd command

Fixes typo in command.

(If you named your directory `my_wordpress`, then you should cd into `my_wordpress`, not `my-wordpress`)
This commit is contained in:
Ivan Perez 2016-10-18 20:44:36 +02:00 committed by GitHub
parent 3129564e3d
commit 3c41a34fd6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ with Docker containers. This quick-start guide demonstrates how to use Compose t
For example, if you named your directory `my_wordpress`: For example, if you named your directory `my_wordpress`:
$ cd my-wordpress/ $ cd my_wordpress/
3. Create a `docker-compose.yml` file that will start your `Wordpress` blog and a separate `MySQL` instance with a volume mount for data persistence: 3. Create a `docker-compose.yml` file that will start your `Wordpress` blog and a separate `MySQL` instance with a volume mount for data persistence: