From d74bce3d3c19428a1ce21da1f329bb0632cd1bf5 Mon Sep 17 00:00:00 2001 From: Andrii Klymiuk Date: Thu, 6 Oct 2022 20:06:59 +0300 Subject: [PATCH] FIx readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6150c9..339e269 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ These files are created, so that you can run db_services manually, if you want. - Runs scripts in ```beforeStart``` of service - Runs scripts in ```start``` of service **concurrently** (in parallel) 8. If you run ```Ctrl-C``` in terminal, it will: -- close all start scripts +- terminate all services and their scripts - stop all databases - runs all ```afterStart``` commands