This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch dubbo3
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git
The following commit(s) were added to refs/heads/dubbo3 by this push:
new b2bf65b update README.md
b2bf65b is described below
commit b2bf65b3fe9a7a93998d9a1b81d0cc69f64d1a1d
Author: chickenlj <[email protected]>
AuthorDate: Thu Sep 21 13:39:57 2023 +0800
update README.md
---
README.md | 2 +-
docs/imgs/arc.png | Bin 0 -> 3071570 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b9692ad..5bf0746 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ observability, security, tools, and best practices for building
enterprise-ready
Dubbo-js is the TypeScript implementation of [Dubbo triple protocol (a fully
gRPC compatible and http friendly
protocol)](https://dubbo.apache.org/zh-cn/overview/reference/protocols/triple-spec/),
which can be used for Node.js and web application development. With dubbo-js,
you can easily build applications working on browser and frontend that can
communicate with backend services through http-based protocol.
-[arc](./example/dubbo-web-example/doc/arc.png)
+[arc](./docs/imgs/arc.png)
* [Node.js
Documentation](https://github.com/apache/dubbo-js/blob/dubbo3/example/dubbo-node-example)
* [Web
Documentation](https://github.com/apache/dubbo-js/blob/dubbo3/example/dubbo-web-example)
diff --git a/docs/imgs/arc.png b/docs/imgs/arc.png
new file mode 100644
index 0000000..b4f4795
Binary files /dev/null and b/docs/imgs/arc.png differ