From 4f7d0fe83b91e8f1feb38561edb5a8d5d163f5f0 Mon Sep 17 00:00:00 2001 From: wlliqipeng Date: Fri, 29 Mar 2019 11:22:49 +0800 Subject: [PATCH] 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 6b06e2ec..d298db84 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 +``` -- GitLab