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 e3fd2e1  Update README.md
e3fd2e1 is described below

commit e3fd2e1b72965fcc5571eb40d7fcb6d29b057602
Author: Ken Liu <[email protected]>
AuthorDate: Thu Sep 21 13:43:33 2023 +0800

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

diff --git a/README.md b/README.md
index 5bf0746..dbfa21f 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](./docs/imgs/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)

Reply via email to