From a01ec98ea502d5bcc86aa30c8cda49b2b678ad36 Mon Sep 17 00:00:00 2001 From: BJ Dierkes Date: Wed, 29 Sep 2021 17:59:06 -0500 Subject: [PATCH] Reference BASH not ASH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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