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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyman-m authored Sep 5, 2024
1 parent 2f178a0 commit 1a302a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tinyrpc

[![Go Report Card](https://goreportcard.com/badge/github.com/zehuamama/tinyrpc) ](https://goreportcard.com/report/github.com/zehuamama/tinyrpc)![GitHub top language](https://img.shields.io/github/languages/top/zehuamama/tinyrpc) ![GitHub](https://img.shields.io/github/license/zehuamama/tinyrpc) [![CodeFactor](https://www.codefactor.io/repository/github/zehuamama/tinyrpc/badge)](https://www.codefactor.io/repository/github/zehuamama/tinyrpc) [![codecov](https://codecov.io/gh/zehuamama/tinyrpc/branch/main/graph/badge.svg)](https://codecov.io/gh/zehuamama/tinyrpc)  ![go_version](https://img.shields.io/badge/go%20version-1.17-yellow)
[![Go Report Card](https://goreportcard.com/badge/github.com/wanzoma/tinyrpc)](https://goreportcard.com/report/github.com/wanzoma/tinyrpc) ![GitHub top language](https://img.shields.io/github/languages/top/wanzoma/tinyrpc) ![GitHub](https://img.shields.io/github/license/wanzoma/tinyrpc) [![CodeFactor](https://www.codefactor.io/repository/github/wanzoma/tinyrpc/badge)](https://www.codefactor.io/repository/github/wanzoma/tinyrpc) [![codecov](https://codecov.io/gh/wanzoma/tinyrpc/branch/main/graph/badge.svg)](https://codecov.io/gh/wanzoma/tinyrpc)  ![go_version](https://img.shields.io/badge/go%20version-1.17-yellow)

tinyrpc is a high-performance RPC framework based on `protocol buffer` encoding. It is based on `net/rpc` and supports multiple compression formats (`gzip`, `snappy`, `zlib`).

Expand All @@ -15,7 +15,7 @@ Language  English

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

## Quick Start
Expand Down

0 comments on commit 1a302a3

Please sign in to comment.