diff --git a/pkg/query-service/README.md b/pkg/query-service/README.md index 72b69afc9a..bac8851855 100644 --- a/pkg/query-service/README.md +++ b/pkg/query-service/README.md @@ -1,6 +1,6 @@ # Query Service -Query service is the interface between forntend and databases. It is written in **Golang**. It will have modules for all supported databases. Query service is responsible to: +Query service is the interface between frontend and databases. It is written in **Golang**. It will have modules for all supported databases. Query service is responsible to: - parse the request from Frontend - create relevant Clickhouse queries (and all other supported database queries) - parse response from databases and handle error if any @@ -29,4 +29,4 @@ ClickHouseUrl=tcp://localhost:9001 STORAGE=clickhouse build/query-service ``` #### Docker Images -The docker images of query-service is available at https://hub.docker.com/r/signoz/query-service \ No newline at end of file +The docker images of query-service is available at https://hub.docker.com/r/signoz/query-service