You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/06/23 09:01:24 UTC

[rocketmq-clients] 01/01: Java: amend the README.md

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

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

commit aed6d6f8bf858aad52181cbcc261823fe7f39f06
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Thu Jun 23 16:59:29 2022 +0800

    Java: amend the README.md
---
 java/README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/java/README.md b/java/README.md
index 65c012f..7547474 100644
--- a/java/README.md
+++ b/java/README.md
@@ -20,9 +20,11 @@ higher.
   </tr>
 </table>
 
+This project guarantees the same compatibility with [grpc-java](https://github.com/grpc/grpc-java).
+
 ## Getting Started
 
-Firstly, add dependency to your `pom.xml`, and replace the `${rocketmq.version}` with the latest version.
+Firstly, add the dependency to your `pom.xml`, and replace the `${rocketmq.version}` with the latest version.
 
 ```xml
 <dependency>
@@ -44,7 +46,7 @@ the no-shaded client.
 </dependency>
 ```
 
-There is a provider based on Java SPI mechanism, the provider here can derive specific implementations.
+There is a provider based on the Java SPI mechanism, the provider here can derive specific implementations.
 
 ```java
 // Find the implementation of APIs according to SPI mechanism.