From 87d636ca55c888babf850ea0b1fd7f89dbae8c71 Mon Sep 17 00:00:00 2001 From: Kurt Heiden Date: Mon, 28 Oct 2024 22:00:29 -0600 Subject: [PATCH] Update README.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72d7d3a..97a04f5 100644 --- a/README.md +++ b/README.md @@ -165,8 +165,8 @@ To get started: 3. Run `docker-compose up --build` Two containers will run in sequence: -1) `simplemind` - Builds and runs the tests -2) `simplemind-test` - Runs the tests again, if the 1st container suceeds. +1) `simplemind-test` - Builds and runs the tests +2) `simplemind` - Runs if the test container succeeds ## License SimpleMind is licensed under the Apache 2.0 License.