From c859c8756e913a3238d5fb43b4b1a9701b14f294 Mon Sep 17 00:00:00 2001 From: Ivan Fraixedes Date: Mon, 19 Dec 2022 15:48:23 +0100 Subject: [PATCH] README: Replace "bindings" by "support" 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. Change-Id: Icdb9cd9a83afbc04c0806b104b48642c50cdee86 --- 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 | |----------|-------------------------------------|------------|