From 31ef7741f67af830df2ef3951cfff74dabe0e94e Mon Sep 17 00:00:00 2001 From: Ivan Fraixedes Date: Mon, 19 Dec 2022 19:22:34 +0100 Subject: [PATCH] README: Replace "bindings" by "support" (#47) The README used the word "bindings" for referring DRCP implementation in other programming language. Because other languages have to implement DRPC entirely without relying on the Go implementation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00ef04f..152144d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ A drop-in, lightweight gRPC replacement. DRPC can be made compatible with RPC clients generated from other languages. For example, [Twirp](https://github.com/twitchtv/twirp) clients and [grpc-web](https://github.com/grpc/grpc-web/) clients can be used against the [drpchttp](https://pkg.go.dev/storj.io/drpc/drpchttp) package. -Native implementations can have some advantages, and so some bindings for other languages are in progress, all in various states of completeness. Join the [Zulip chat](https://drpc.zulipchat.com) if you want more information or to help out with any! +Native implementations can have some advantages, and so some support for other languages are in progress, all in various states of completeness. Join the [Zulip chat](https://drpc.zulipchat.com) if you want more information or to help out with any! | Language | Repository | Status | |----------|-------------------------------------|------------|