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

jerrytan 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 9fa6db0  Fix typo
     new dc446f6  Merge pull request #1563 from aierui/patch-1
9fa6db0 is described below

commit 9fa6db0db18aab9d6f63ebd9fd649f3209a41196
Author: YIXIAO SHI <[email protected]>
AuthorDate: Fri Sep 17 23:40:20 2021 +0800

    Fix typo
---
 docs/cn/getting_started.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/cn/getting_started.md b/docs/cn/getting_started.md
index 1f4248b..b0a7999 100644
--- a/docs/cn/getting_started.md
+++ b/docs/cn/getting_started.md
@@ -8,7 +8,7 @@ brpc有如下依赖:
 
 * [gflags](https://github.com/gflags/gflags): Extensively used to define 
global options.
 * [protobuf](https://github.com/google/protobuf): Serializations of messages, 
interfaces of services.
-* [leveldb](https://github.com/google/leveldb): Required by [/rpcz](rpcz.md) 
to record RPCs for tracing.
+* [leveldb](https://github.com/google/leveldb): Required by [rpcz](rpcz.md) to 
record RPCs for tracing.
 
 # 支持的环境
 
@@ -225,7 +225,7 @@ $ make
 brew install openssl git gnu-getopt coreutils
 ```
 
-安装[gflags](https://github.com/gflags/gflags),[protobuf](https://github.com/google/protobuf),[
 [leveldb](https://github.com/google/leveldb):
+安装[gflags](https://github.com/gflags/gflags),[protobuf](https://github.com/google/protobuf),[leveldb](https://github.com/google/leveldb):
 ```shell
 brew install gflags protobuf leveldb
 ```

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

Reply via email to