You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2022/09/29 06:06:55 UTC

[rocketmq-site] branch new-official-website-develop updated: [ISSUE #276]Fix Rocketmq5.0 quick start document display format problem (#285)

This is an automated email from the ASF dual-hosted git repository.

duhengforever pushed a commit to branch new-official-website-develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/new-official-website-develop by this push:
     new 415728ed [ISSUE #276]Fix Rocketmq5.0 quick start document display format problem (#285)
415728ed is described below

commit 415728ed2410cc2be7e58646f5f4d83a069f73ab
Author: mxsm <lj...@gmail.com>
AuthorDate: Thu Sep 29 14:06:50 2022 +0800

    [ISSUE #276]Fix Rocketmq5.0 quick start document display format problem (#285)
---
 .../02quickstart.md"                                               | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git "a/versioned_docs/version-5.0/02-\345\277\253\351\200\237\345\205\245\351\227\250/02quickstart.md" "b/versioned_docs/version-5.0/02-\345\277\253\351\200\237\345\205\245\351\227\250/02quickstart.md"
index 908d0ed1..13b731b8 100644
--- "a/versioned_docs/version-5.0/02-\345\277\253\351\200\237\345\205\245\351\227\250/02quickstart.md"
+++ "b/versioned_docs/version-5.0/02-\345\277\253\351\200\237\345\205\245\351\227\250/02quickstart.md"
@@ -101,11 +101,12 @@ $ sh bin/tools.sh org.apache.rocketmq.example.quickstart.Consumer
        <version>5.0.0</version>
    </dependency> 
    ```
+
 3. 通过mqadmin创建 Topic。
 
-```shell
-$ sh bin/mqadmin updatetopic -n localhost:9876 -t TestTopic
-```
+   ```shell
+   $ sh bin/mqadmin updatetopic -n localhost:9876 -t TestTopic
+   ```
 
 4. 在已创建的Java工程中,创建发送普通消息程序并运行,示例代码如下: