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 a140c4ca [doc] modify quick start
     new aeb8e4aa Merge pull request #235 from ni-ze/newWorld-4
a140c4ca is described below

commit a140c4caa8b0ea5724ff05e910069944ef717601
Author: 维章 <[email protected]>
AuthorDate: Tue Jan 3 16:20:27 2023 +0800

    [doc] modify quick start
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dab1d4ec..bf48a766 100644
--- a/README.md
+++ b/README.md
@@ -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, follow is the example. more example is 
[here](./example/src/main/java/org/apache/rocketmq/streams/examples).
+* add your stream processing code, The following is an example. more examples 
is [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