Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix: Update README.md (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-boythink authored Sep 4, 2024
1 parent 1bbba39 commit 2f178a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Language  English
- install `protoc-gen-go` and `protoc-gen-tinyrpc`:

```
go install github.com/golang/protobuf/protoc-gen-go
go install github.com/zehuamama/tinyrpc/protoc-gen-tinyrpc
go install github.com/golang/protobuf/protoc-gen-go@latest
go install github.com/zehuamama/tinyrpc/protoc-gen-tinyrpc@latest
```

## Quick Start
Expand Down Expand Up @@ -131,6 +131,7 @@ We can create a tinyrpc client and call it synchronously with the `Add` function
import (
"demo/message"
"github.com/zehuamama/tinyrpc"
)
...

conn, err := net.Dial("tcp", ":8082")
Expand Down

0 comments on commit 2f178a0

Please sign in to comment.