Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zevfang committed Jan 27, 2023
1 parent 573a08d commit 65a7efe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ TinsRPC是一个rpc的客户端工具,使用它你必须导入proto文件,

### Features

* 支持简单的rpcx服务调用
* 跨平台RPC客户端
* 支持向RPCx服务发送请求(一元)
* 支持向gRPC服务发送请求(一元)


### Installation
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ TinsRPC is an rpc client tool. To use it, you must import the proto file. It is

### Features

* Support simple rpcx service calls
* ……
* Cross platform RPC client
* Send requests to a RPCx service(Supports unary)
* Send requests to a gRPC service(Supports unary)

### Installation

Expand Down

0 comments on commit 65a7efe

Please sign in to comment.