From a8ed8435e2408fd8993144a03ff9610af6e1b56f Mon Sep 17 00:00:00 2001 From: Slavo Vojacek Date: Sun, 26 May 2024 13:53:20 +0100 Subject: [PATCH] Update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fabf43..d5b505d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ --- -

Generate best-practice Protobuf APIs following design patterns

+

Generate standard Protobuf and ts-rest APIs following best-practice design patterns

Inspired by API Design Patterns @@ -286,7 +286,10 @@ message Author { } ``` -### TS-REST +### TypeScript with ts-rest + +> [!NOTE] +> Learn more about ts-rest: Create `book` contract with `author` parent resource: