diff --git a/README.md b/README.md index bd5acbd33d..28cc85774c 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,10 @@ about Kubernetes deployment, check our [docs](https://docs.greptime.com/). 4. Query the data: ```SQL - mysql> SELECT * FROM monitor; + SELECT * FROM monitor; + ``` + + ```TEXT +-------+---------------------+------+--------+ | host | ts | cpu | memory | +-------+---------------------+------+--------+