Skip to content

Commit aeb8e4a

Browse files
authored
Merge pull request #235 from ni-ze/newWorld-4
[doc] modify quick start
2 parents 0dd886e + a140c4c commit aeb8e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ sh bin/mqadmin updateTopic -c DefaultCluster -t sourceTopic -r 8 -w 8 -n 127.0.0
8989

9090
NOTE: the default clusterName is DefaultCluster in this quick-start doc, changes it with your RocketMQ cluster.
9191

92-
* add your stream processing code, follow is the example. more example is [here](./example/src/main/java/org/apache/rocketmq/streams/examples).
92+
* add your stream processing code, The following is an example. more examples is [here](./example/src/main/java/org/apache/rocketmq/streams/examples).
9393
```java
9494
public static void main(String[] args) {
9595
StreamBuilder builder = new StreamBuilder("wordCount");

0 commit comments

Comments
 (0)