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

karp 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 2a87df0e [doc] modify quick start
     new 9b469ee6 Merge pull request #236 from ni-ze/newWorld-4
2a87df0e is described below

commit 2a87df0ea5f2009d2a2bf3a01d39c83845f268f0
Author: 维章 <[email protected]>
AuthorDate: Tue Jan 3 16:22:52 2023 +0800

    [doc] modify quick start
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bf48a766..8ad322fa 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ The broker[broker-a, 192.169.1.2:10911] boot success...
 
 **1) Build application in IDE**
 
-**2) Add RocketMQ Streams in pom**
+**2) Add RocketMQ Streams dependency**
 ```xml
     <dependency>
         <groupId>org.apache.rocketmq</groupId>
@@ -89,7 +89,7 @@ sh bin/mqadmin updateTopic -c DefaultCluster -t sourceTopic 
-r 8 -w 8 -n 127.0.0
     
     NOTE: the default clusterName is DefaultCluster in this quick-start doc, 
changes it with your RocketMQ cluster.
 
-* add your stream processing code, The following is an example. more examples 
is [here](./example/src/main/java/org/apache/rocketmq/streams/examples).
+* add your stream processing code, The following is an example. more examples 
are [here](./example/src/main/java/org/apache/rocketmq/streams/examples).
 ```java
 public static void main(String[] args) {
         StreamBuilder builder = new StreamBuilder("wordCount");

Reply via email to