From db2b11d2864519720e6c7179c0ccb3ea5e286392 Mon Sep 17 00:00:00 2001 From: Arthur Nogueira Neves Date: Thu, 5 Jan 2023 09:19:49 -0500 Subject: [PATCH] fix link and header --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d42835c..7465775 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [Twirp is a protocol](https://github.github.io/twirp/docs/spec_v5.html) for routing and serialization of services defined in a [.proto file](https://developers.google.com/protocol-buffers/docs/proto3), allowing easy implementation of RPC services with auto-generated clients in different languages. -The [canonical implementation](https://github.com/github/twirp) is in Golang. The Twirp-Ruby project is the official implementation in Ruby for both server and clients. +The [canonical implementation](https://github.com/twitchtv/twirp) is in Golang. The Twirp-Ruby project is the official implementation in Ruby for both server and clients. ## Install @@ -23,6 +23,6 @@ To auto-generate Ruby code from a proto file, use the `protoc` plugin and the `- [On the CONTRIBUTING file](CONTRIBUTING.md). -### Releases and changes +## Releases and changes See the [releases](https://github.com/github/twirp-ruby/releases) page for latest information about released versions.