You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2019/06/28 11:23:15 UTC

[rocketmq-remoting] branch master updated: Polish README

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b199554  Polish README
b199554 is described below

commit b19955459e29158456a6c343594305f827379bdc
Author: yukon <yu...@apache.org>
AuthorDate: Fri Jun 28 19:21:31 2019 +0800

    Polish README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ce38c79..2851829 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
 ## Remoting
 
-Remoting provides a single API for most network related service that uses pluggable transports and codecs. The Angelia API provides the ability for making synchronous, asynchronous, oneway remote calls, push and pull callbacks. The intention is to allow for the use of different transports to fit different needs, yet still maintain the same API for making the remote invocations and only requiring configuration changes, not code changes.
\ No newline at end of file
+Remoting provides a single API for most network related service that uses pluggable transports and codecs. The Remoting API provides the ability for making synchronous, asynchronous, oneway remote calls, push and pull callbacks. The intention is to allow for the use of different transports to fit different needs, yet still maintain the same API for making the remote invocations and only requiring configuration changes, not code changes.