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

crazyhzm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new b1db8c8  Updated Home (markdown)
b1db8c8 is described below

commit b1db8c8a570d947cfab3c89c3912ea30f4dc5855
Author: huazhongming <[email protected]>
AuthorDate: Fri Oct 18 09:58:06 2019 +0800

    Updated Home (markdown)
---
 Home.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Home.md b/Home.md
index 8601778..345fa67 100644
--- a/Home.md
+++ b/Home.md
@@ -1,4 +1,4 @@
-Apache Dubbo (incubating) |ˈdʌbəʊ| is a high-performance, java based RPC 
framework open-sourced by Alibaba. As in many RPC systems, dubbo is based 
around the idea of defining a service, specifying the methods that can be 
called remotely with their parameters and return types. On the server side, the 
server implements this interface and runs a dubbo server to handle client 
calls. On the client side, the client has a stub that provides the same methods 
as the server.
+Apache Dubbo |ˈdʌbəʊ| is a high-performance, java based RPC framework 
open-sourced by Alibaba. As in many RPC systems, dubbo is based around the idea 
of defining a service, specifying the methods that can be called remotely with 
their parameters and return types. On the server side, the server implements 
this interface and runs a dubbo server to handle client calls. On the client 
side, the client has a stub that provides the same methods as the server.
 
 Please visit [the official web site](https://dubbo.apache.org) for more 
information.
 

Reply via email to