diff --git a/README.md b/README.md index 7721454..f076ac4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repo contains a [`compose.yml`](./compose.yml) file. With such a `compose.y sometimes can be named also `docker-compose.yml` we setup an application, defined by services ``` -# this is exampoel compose.yml content +# this is an example compose.yml content services: a_service: image: name/of-container-image:tag @@ -78,7 +78,7 @@ information in the `services.terraform.build.dockerfile_inline` information. To now run the terraform service use: ``` -docer compose run -it terraform +docker compose run -it terraform ``` this will drop the user into a shell inside the container with the following utilities setup: