Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
Change-Id: I429fb30c9754db5ae2d2cdfdd34c970a31b319df
  • Loading branch information
andeya committed Nov 13, 2019
1 parent a90e63f commit 4cfa602
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ It can be used for peer-peer, rpc, gateway, micro services, push services, game
go get -u -f github.com/henrylee2cn/teleport
```

```go
import "github.com/henrylee2cn/tp/v6"
```

## Feature

- Use peer to provide the same API package for the server and client
Expand Down
4 changes: 4 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Teleport 是一个通用、高效、灵活的Socket框架。
go get -u -f github.com/henrylee2cn/teleport
```

```go
import "github.com/henrylee2cn/tp/v6"
```

## 特性

- 使用 peer 为 server 和 client 提供相同的 API 封装
Expand Down

0 comments on commit 4cfa602

Please sign in to comment.