[Doc] Fix `dashboard global` doc (#58)

diff --git a/README.md b/README.md
index 298e680..3a96ab5 100644
--- a/README.md
+++ b/README.md
@@ -259,11 +259,11 @@
 
 | argument | description | default |
 | :--- | :--- | :--- |
-| `trace id` | the trace id whose spans are to displayed |  |
+| `trace id` | The trace id whose spans are to displayed |  |
 
 </details>
 
-### `trace ls`
+#### `trace ls`
 
 <details>
 
@@ -271,9 +271,9 @@
 
 | argument | description | default |
 | :--- | :--- | :--- |
-| `--trace-id` | the trace id whose spans are to displayed |  |
-| `--service-id` | the service id whose trace are to displayed |  |
-| `--service-instance-id` | the service instance id whose trace are to displayed |  |
+| `--trace-id` | The trace id whose spans are to displayed |  |
+| `--service-id` | The service id whose trace are to displayed |  |
+| `--service-instance-id` | The service instance id whose trace are to displayed |  |
 | `--tags` | Only tags defined in the core/default/searchableTagKeys are searchable. Check more details on the Configuration Vocabulary page | See [Configuration Vocabulary page](https://github.com/apache/skywalking/blob/master/docs/en/setup/backend/configuration-vocabulary.md) |
 | `--start` | See [Common options](#common-options) | See [Common options](#common-options) |
 | `--end` | See [Common options](#common-options) | See [Common options](#common-options) |
@@ -282,6 +282,8 @@
 
 ### `dashboard`
 
+#### `dashboard global-metrics`
+
 <details>
 
 <summary>dashboard global-metrics [--template=template]</summary>
@@ -290,13 +292,29 @@
 
 | argument | description | default |
 | :--- | :--- | :--- |
-| `--template` | the template file to customize how to display information | `templates/Dashboard.Global.json` |
+| `--template` | The template file to customize how to display information | `templates/Dashboard.Global.json` |
+| `--start` | See [Common options](#common-options) | See [Common options](#common-options) |
+| `--end` | See [Common options](#common-options) | See [Common options](#common-options) |
 
 You can imitate the content of [the default template file](example/Dashboard.Global.json) to customize the dashboard.
 
 </details>
 
+#### `dashboard global`
 
+<details>
+
+<summary>dashboard global [--template=template]</summary>
+
+`dashboard global` displays global metrics, global response latency and global heat map in the form of a dashboard.
+
+| argument | description | default |
+| :--- | :--- | :--- |
+| `--template` | The template file to customize how to display information | `templates/Dashboard.Global.json` |
+| `--start` | See [Common options](#common-options) | See [Common options](#common-options) |
+| `--end` | See [Common options](#common-options) | See [Common options](#common-options) |
+
+</details>
 
 ### `checkHealth`