From 6788ff27d0c3580a8764107f9a44e9df8c0934d0 Mon Sep 17 00:00:00 2001 From: Bhavesh Gohel Date: Mon, 12 Oct 2020 10:38:20 +0530 Subject: [PATCH] Minor typing fix 'start' -> 'starts' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e392ac4..14a65d1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ For more details, you can check the [doc](./doc) folder. ### Start the services ```bash -./script/build.sh +./scripts/build.sh docker-compose up -d ./bin/c2 ```