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