This is an automated email from the ASF dual-hosted git repository.
wlliqipeng pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 4f7d0fe Update RocketMQ_Example.md
4f7d0fe is described below
commit 4f7d0fe83b91e8f1feb38561edb5a8d5d163f5f0
Author: wlliqipeng <[email protected]>
AuthorDate: Fri Mar 29 11:22:49 2019 +0800
Update RocketMQ_Example.md
Modified the format of RocketMQ_Example.md
---
docs/cn/RocketMQ_Example.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/cn/RocketMQ_Example.md b/docs/cn/RocketMQ_Example.md
index 6b06e2e..d298db8 100644
--- a/docs/cn/RocketMQ_Example.md
+++ b/docs/cn/RocketMQ_Example.md
@@ -1,7 +1,7 @@
-#样例
-----
-1 基本样例
---------
+# 样例
+-----
+## 1 基本样例
+
在基本样例中我们提供如下的功能场景:
@@ -955,4 +955,4 @@ public class SimplePushConsumer {
System.out.printf("Consumer startup OK%n");
}
}
-```
\ No newline at end of file
+```