From d7f619db0788c205d51c4a5851718f4017a8b39a Mon Sep 17 00:00:00 2001 From: Rahul raikwar <54519734+rahulraikwar00@users.noreply.github.com> Date: Tue, 2 Feb 2021 04:45:22 +0530 Subject: [PATCH] fixed typo in readme.md line: 185 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d85bd975..78c44f4f3 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Before commiting new code or making a pull request, run the unit tests on your c ./test.sh -This will start a set of docker containers separate to your development environment, +This will start a set of docker containers separate from your development environment, run the tests, and then stop and remove the containers. To run tests more rapidly without having to bring up and take down containers all the time, you can run each step individually. To bring up containers in the background: