You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2023/01/21 02:42:42 UTC

[rocketmq-site] branch new-official-website updated: modify punctuation and serial number (#354)

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

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


The following commit(s) were added to refs/heads/new-official-website by this push:
     new 37bb16abc modify punctuation and serial number (#354)
37bb16abc is described below

commit 37bb16abc10cf8883fe85c81eb7c585b42dd78c9
Author: 阿洋 <xi...@126.com>
AuthorDate: Sat Jan 21 10:42:37 2023 +0800

    modify punctuation and serial number (#354)
---
 versioned_docs/version-5.0/02-quickStart/02quickstart.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/versioned_docs/version-5.0/02-quickStart/02quickstart.md b/versioned_docs/version-5.0/02-quickStart/02quickstart.md
index dbe2a6ffc..ccd5c8c81 100644
--- a/versioned_docs/version-5.0/02-quickStart/02quickstart.md
+++ b/versioned_docs/version-5.0/02-quickStart/02quickstart.md
@@ -13,7 +13,7 @@
 
 :::tip RocketMQ下载
 
-RocketMQ 的安装包分为两种,二进制包和源码包。 点击[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip) 下载 Apache RocketMQ 5.0.0的源码包。你也可以从[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip) 下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的,
+RocketMQ 的安装包分为两种,二进制包和源码包。 点击[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip) 下载 Apache RocketMQ 5.0.0的源码包。你也可以从[这里](https://www.apache.org/dyn/closer.cgi?path=rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip) 下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的。
 
 :::
 
@@ -158,7 +158,7 @@ $ sh bin/tools.sh org.apache.rocketmq.example.quickstart.Consumer
    ```
 
 
-4. 在已创建的Java工程中,创建订阅普通消息程序并运行。Apache RocketMQ 支持[SimpleConsumer](../04-featureBehavior/06consumertype.md)和[PushConsumer](../04-featureBehavior/06consumertype.md)两种消费者类型,您可以选择以下任意一种方式订阅消息。
+5. 在已创建的Java工程中,创建订阅普通消息程序并运行。Apache RocketMQ 支持[SimpleConsumer](../04-featureBehavior/06consumertype.md)和[PushConsumer](../04-featureBehavior/06consumertype.md)两种消费者类型,您可以选择以下任意一种方式订阅消息。
 
    ```java
    import org.apache.rocketmq.client.apis.*;