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

jamesge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a68acd  update logo and readme
8a68acd is described below

commit 8a68acd3d203a21e7dfc98477c36dffa4ecf5f3e
Author: jamesge <[email protected]>
AuthorDate: Thu Aug 27 11:04:41 2020 +0800

    update logo and readme
---
 README.md            |   2 +-
 README_cn.md         |   2 +-
 docs/images/logo.png | Bin 5582 -> 122317 bytes
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2870115..ce96fd4 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 # ![brpc](docs/images/logo.png)
 
-An industrial-grade RPC framework used throughout 
[Baidu](http://ir.baidu.com/phoenix.zhtml?c=188488&p=irol-irhome), with 
1,000,000+ instances(not counting clients) and thousands kinds of services, 
called "**baidu-rpc**" inside Baidu. Only C++ implementation is opensourced 
right now.
+An industrial-grade RPC framework used throughout 
[Baidu](http://ir.baidu.com/phoenix.zhtml?c=188488&p=irol-irhome), with 
1,000,000+ instances(not counting clients) and thousands kinds of services. 
"brpc" means "better RPC".
 
 You can use it to:
 * Build a server that can talk in multiple protocols (**on same port**), or 
access all sorts of services
diff --git a/README_cn.md b/README_cn.md
index ee62ff8..1bd1c96 100644
--- a/README_cn.md
+++ b/README_cn.md
@@ -4,7 +4,7 @@
 
 # ![brpc](docs/images/logo.png)
 
-百度内最常使用的工业级RPC框架, 有1,000,000+个实例(不包含client)和上千种多种服务, 在百度内叫做"**baidu-rpc**". 
目前只开源C++版本。
+百度内最常使用的工业级RPC框架, 有1,000,000+个实例(不包含client)和上千种多种服务。"brpc"的含义是"better RPC"。
 
 你可以使用它:
 
diff --git a/docs/images/logo.png b/docs/images/logo.png
index d4ff6ef..75cd8fe 100644
Binary files a/docs/images/logo.png and b/docs/images/logo.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to