Update README.md

This commit is contained in:
David 2016-08-03 22:44:26 +02:00 committed by GitHub
parent aa8f7c48a5
commit 0f7969c999
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ docker-compose down
2 - enter any container using:
```bash
docker-composer exec {container-name} bash
docker-compose exec {container-name} bash
```
*Example: enter MySQL container*