From 9e4bd4d6d92cdb1b216cf021e0146b4b44241ab7 Mon Sep 17 00:00:00 2001 From: Ivan De Marino Date: Thu, 31 Oct 2024 18:42:38 +0000 Subject: [PATCH] chore: fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d6e0f..4554dcd 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ $ make local.test $ make local.zk.down ``` -In `tools/zk-local-ensemble` we provide a `docker-compose.yml` that can spin +In `scripts/zk-local-ensemble` we provide a `docker-compose.yml` that can spin up an ensemble made of 3 servers, running on `localhost` ports `2181, 2182 and 2183`. Everything can be controlled via the `make local.*` commands provided.