Skip to content

Commit 9d13d37

Browse files
author
Adeyemi Olaoye
committed
Refactor: Fix typo on compose in README
1 parent eda66f7 commit 9d13d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ Inspired by [yii2-dockerized](https://github.com/codemix/yii2-dockerized/blob/ma
9191
### Running Containers
9292
- Ensure docker is running
9393
- Change directory to project directory
94-
- Run the command `docker-compoose up`
95-
- To rebuild the containers after updates to docker config files, run `docker-composer up --build`
94+
- Run the command `docker-compose up`
95+
- To rebuild the containers after updates to docker config files, run `docker-compose up --build`
9696

9797
### Entering Container CLI
9898
- Run the command `docker ps`

0 commit comments

Comments
 (0)