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 2021/09/25 01:04:00 UTC

[rocketmq-streams] branch main updated: Update quick_start.md

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

duhengforever pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git


The following commit(s) were added to refs/heads/main by this push:
     new bc08f09  Update quick_start.md
bc08f09 is described below

commit bc08f0987e754916121b841ac957372b0850daaa
Author: Heng Du <du...@apache.org>
AuthorDate: Sat Sep 25 09:03:54 2021 +0800

    Update quick_start.md
---
 quick_start.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quick_start.md b/quick_start.md
index 6f6a314..093dd0f 100644
--- a/quick_start.md
+++ b/quick_start.md
@@ -57,7 +57,7 @@
 ```
 
 #### 2.3、编写业务代码
-Please see the [rocketmq-streams-examples](rocketmq-streams-examples/README.md)
+快速编写一个统计页面点击次数的小程序:Please see the [rocketmq-streams-examples](rocketmq-streams-examples/README.md)
 #### 2.4、运行
 - 前提:在从rocketmq中读取数据做流处理时,需要运行topic在rocketmq中自动创建,因为做groupBy操作时,需要用到rocketmq作为shuffle数据的读写目的地。
 - 命令: