From 0f19023642d47a8ddd1d74a6bb5e1c7b1d30538d Mon Sep 17 00:00:00 2001 From: Emma Date: Mon, 7 Oct 2024 09:49:37 +0100 Subject: [PATCH] readme tweak --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7161bcb10..7e7fa6b7f 100644 --- a/README.md +++ b/README.md @@ -128,10 +128,8 @@ The build includes a docker image build which may be easier to deploy. See [wodi ### Quickly test drive a feature branch -Use the `./scripts/run-version.sh` script +Use the `./scripts/run-version.sh` script setting the branch references for the app and api (defaults to main for both): ``` ./scripts/run-version.sh --app mrc-1234 --api mrc-2345 ``` - -setting the branch references for the app and api (defaults to main for both).