This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-rust.git
The following commit(s) were added to refs/heads/main by this push:
new c09abce Update README.md (#81)
c09abce is described below
commit c09abce897360b2b673c029144b84eff42f84204
Author: 狼叔 <[email protected]>
AuthorDate: Sun Nov 27 09:49:36 2022 +0800
Update README.md (#81)
---
README.md | 2 +-
README_CN.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 37f741e..aac8766 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ The following libraries are mainly dependent on:
- [`Prost`](https://github.com/tokio-rs/prost/) is a [Protocol
Buffers](https://developers.google.com/protocol-buffers/) implementation for
Rust.
--
[`Hyper`](https://github.com/hyperium/hyperhttps://github.com/hyperium/hyper)
is a fast and correct HTTP implementation for Rust.
+- [`Hyper`](https://github.com/hyperium/hyper) is a fast and correct HTTP
implementation for Rust.
- [`Serde`](https://github.com/serde-rs/serde) is a framework for
*ser*ializing and *de*serializing Rust data structures efficiently and
generically.
diff --git a/README_CN.md b/README_CN.md
index 5e5b969..2d2fbbc 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -17,7 +17,7 @@ Dubbo-rust 目前还在开发阶段. 截至目前, 已经实现了基于HTTP2的
- [`Prost`](https://github.com/tokio-rs/prost/) [Protocol
Buffers](https://developers.google.com/protocol-buffers/) Rust实现。
--
[`Hyper`](https://github.com/hyperium/hyperhttps://github.com/hyperium/hyper)
构建HTTP协议的Rust库。
+- [`Hyper`](https://github.com/hyperium/hyper) 构建HTTP协议的Rust库。
- [`Serde`](https://github.com/serde-rs/serde) 序列化/反序列化Rust库