This is an automated email from the ASF dual-hosted git repository. mark4z pushed a commit to branch feature/apache in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git
commit 52201952e65d82f1d3efa96d9adf55cd5276216a Author: yuyu.zx <[email protected]> AuthorDate: Tue Mar 16 18:50:59 2021 +0800 change image size in readme Former-commit-id: 3f759d7228b6dcaa5b65a097d916a763d0bb9538 Former-commit-id: f1798775de00ec44e66ab99c8543c43905e0ecfc Former-commit-id: e700146f2102b20b3df6d6fb9ae73648081d59cb --- README.md | 4 ++-- README_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 153db16..78a4db1 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ dubbo-go-pixiu supports to invoke 2 protocols: <tr> <td align="center" valign="middle"> <a href="http://alexstocks.github.io/html/dubbogo.html" target="_blank"> - <img width="500px" height="500px" src="./docs/images/dubbgopixiu-infrastructure.png"> + <img width="800px" height="800px" src="./docs/images/dubbgopixiu-infrastructure.png"> </a> </td> </tr> @@ -77,7 +77,7 @@ dubbo-go-pixiu supports to invoke 2 protocols: <tr> <td align="center" valign="middle"> <a href="http://alexstocks.github.io/html/dubbogo.html" target="_blank"> - <img width="650px" height="100px" src="./docs/images/dubbogopixiu-procedure.png"> + <img width="850px" height="150px" src="./docs/images/dubbogopixiu-procedure.png"> </a> </td> </tr> diff --git a/README_CN.md b/README_CN.md index dd7893f..6f8ce92 100644 --- a/README_CN.md +++ b/README_CN.md @@ -69,7 +69,7 @@ dubbo-go-pixiu支持2种协议的调用: <tr> <td align="center" valign="middle"> <a href="http://alexstocks.github.io/html/dubbogo.html" target="_blank"> - <img width="500px" height="500px" src="./docs/images/dubbgopixiu-infrastructure.png"> + <img width="800px" height="800px" src="./docs/images/dubbgopixiu-infrastructure.png"> </a> </td> </tr> @@ -88,7 +88,7 @@ dubbo-go-pixiu支持2种协议的调用: <tr> <td align="center" valign="middle"> <a href="http://alexstocks.github.io/html/dubbogo.html" target="_blank"> - <img width="650px" height="100px" src="./docs/images/dubbogopixiu-procedure.png"> + <img width="850px" height="100px" src="./docs/images/dubbogopixiu-procedure.png"> </a> </td> </tr>
