From 4db689a9a616f67390ada3694224a31f246749be Mon Sep 17 00:00:00 2001 From: Jan Halfar Date: Mon, 5 Jun 2023 08:55:46 +0200 Subject: [PATCH] feat: rephrase gotsrpc summary --- foomo/docs/projects/gotsrpc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foomo/docs/projects/gotsrpc/index.md b/foomo/docs/projects/gotsrpc/index.md index 51e3e53..e70bdb9 100644 --- a/foomo/docs/projects/gotsrpc/index.md +++ b/foomo/docs/projects/gotsrpc/index.md @@ -6,7 +6,7 @@ Generated Go RPC service proxies for generated Go and TypeScript clients. **`gotsrpc` ensures type safety and seamless integration of Go RPC services and TypeScript clients** -Everything starts with a Go interface definition. The gotsrpc command line tool can the be used to generate a Go service proxy and TypeScript and Go clients. The next step is to implement the interface in Go and expose it to http requests with the generated service proxies. +Everything starts with a Go interface definition. Then generate Go service proxies and TypeScript and Go clients with the `gotsrpc` command line tool. The next step is to implement the interface in Go and expose it to http requests with the generated service proxies. ## Use cases