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

lizhanhui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c519ab  Polish README.md (#69)
5c519ab is described below

commit 5c519ab3beff557592a306d1dea145d5176b2eef
Author: Zhanhui Li <[email protected]>
AuthorDate: Thu Jul 21 10:03:48 2022 +0800

    Polish README.md (#69)
---
 cpp/README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/cpp/README.md b/cpp/README.md
index 8d79caf..fc59382 100644
--- a/cpp/README.md
+++ b/cpp/README.md
@@ -62,7 +62,9 @@ if "com_google_googletest" not in native.existing_rules():
 
 ### Run Examples
 
-   From the workspace,
+   All follow-up command should run from the workspace directory.
+
+#### Publish messages to broker servers
 
    Publish standard messages to your topic synchronously
    ```
@@ -97,8 +99,8 @@ if "com_google_googletest" not in native.existing_rules():
    where `1024` are in bytes
 
 
-   ------------
-   
+#### Subscribe messages from broker servers
+
    Consume messages through Message Listener
 
    ```

Reply via email to