From 729ea586a831ec70694ee72f6e2ebcc5fc98235d Mon Sep 17 00:00:00 2001 From: axaysagathiya Date: Thu, 24 Feb 2022 17:27:22 +0530 Subject: [PATCH] fix the spelling mistakes. --- pkg/query-service/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/query-service/README.md b/pkg/query-service/README.md index 43921f52a1..72b69afc9a 100644 --- a/pkg/query-service/README.md +++ b/pkg/query-service/README.md @@ -16,7 +16,7 @@ Query service is the interface between forntend and databases. It is written in ``` ClickHouseUrl=tcp://localhost:9001 - TORAGE=clickhouse + STORAGE=clickhouse ``` @@ -25,7 +25,7 @@ Query service is the interface between forntend and databases. It is written in ```console cd pkg/query-service go build -o build/query-service main.go -ClickHouseUrl=tcp://localhost:9001 TORAGE=clickhouse build/query-service +ClickHouseUrl=tcp://localhost:9001 STORAGE=clickhouse build/query-service ``` #### Docker Images