diff --git a/README.md b/README.md index 633ce006..e7adbd64 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The Cement CLI Application Framework is Open Source and is distributed under the This project includes a `docker-compose` configuration that sets up all required services, and dependencies for development and testing. This is the recommended path for local development, and is the only fully supported option. -The following creates all required docker containers, and launches an ASH shell within the `cement` dev container for development. +The following creates all required docker containers, and launches an BASH shell within the `cement` dev container for development. ``` $ make dev