diff --git a/README.md b/README.md
index ea9184a0..251e936e 100755
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Sentinel: Sentinel of Your Application
+# Sentinel: The Sentinel of Your Microservices
[![Travis Build Status](https://travis-ci.org/alibaba/Sentinel.svg?branch=master)](https://travis-ci.org/alibaba/Sentinel)
[![Codecov](https://codecov.io/gh/alibaba/Sentinel/branch/master/graph/badge.svg)](https://codecov.io/gh/alibaba/Sentinel)
@@ -55,7 +55,7 @@ If your application is build in Maven, just add the following dependency in `pom
com.alibaba.csp
sentinel-core
- 1.6.1
+ 1.6.3
```
@@ -124,11 +124,14 @@ Samples can be found in the [sentinel-demo](https://github.com/alibaba/Sentinel/
Sentinel also provides a simple dashboard application, on which you can monitor the clients and configure the rules in real time.
+![dashboard](https://user-images.githubusercontent.com/9434884/55449295-84866d80-55fd-11e9-94e5-d3441f4a2b63.png)
+
For details please refer to [Dashboard](https://github.com/alibaba/Sentinel/wiki/Dashboard).
## Trouble Shooting and Logs
-Sentinel will generate logs for troubleshooting. All the information can be found in [logs](https://github.com/alibaba/Sentinel/wiki/Logs).
+Sentinel will generate logs for troubleshooting and real-time monitoring.
+All the information can be found in [logs](https://github.com/alibaba/Sentinel/wiki/Logs).
## Bugs and Feedback