From 0bd501a37aea26887bc1c854f18019173481d1b1 Mon Sep 17 00:00:00 2001 From: Dan Roscigno Date: Tue, 7 Jun 2022 15:07:22 -0400 Subject: [PATCH] Update README.md Fix a couple typos in the ClickHouse client commandline. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9219cae..e8c35bf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # How to docker-compose up -d - docker exec -it clickhouse-replication-example_ch-client_1 clickhouse-client -h ch-server-1 + docker exec -it clickhouse-replication-example-ch-client-1 clickhouse-client -h ch-server-1 # explanation