fix: split code and output in README (#549)

This commit is contained in:
dennis zhuang
2022-11-17 12:54:02 +08:00
committed by GitHub
parent 8faa6b0f09
commit 73e6e2e01b

View File

@@ -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 |
+-------+---------------------+------+--------+