Merge pull request #203 from davidavz/patch-1

Update README.md
This commit is contained in:
Mahmoud Zalt 2016-08-05 13:04:00 +03:00 committed by GitHub
commit 27d3525469

View File

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