This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-python.git
The following commit(s) were added to refs/heads/master by this push:
new a5e60fb Update README.md
a5e60fb is described below
commit a5e60fb99814dba2fcdb15a577c53515549ec5ef
Author: von gosling <[email protected]>
AuthorDate: Thu Dec 6 15:51:26 2018 +0800
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bd9728d..b60f3b5 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ At present, this SDK supports
----------
## Quick Start
-* Step-by-step instruction are provided in [RocketMQ Client Python
Introduction](https://github.com/apache/rocketmq-client-python/blob/master/doc/Introduction.md)
+* Step-by-step instruction are provided in [RocketMQ Client Python
Introduction](https://github.com/apache/rocketmq-client-python/blob/master/doc/Introduction.md).
* Consult [RocketMQ Quick
Start](https://rocketmq.apache.org/docs/quick-start/) to setup rocketmq broker
and nameserver.
----------