Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
slavovojacek committed May 26, 2024
1 parent d0c2749 commit a8ed843
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

---

<h2 align="center">Generate best-practice Protobuf APIs following design patterns</h2>
<h2 align="center">Generate standard Protobuf and ts-rest APIs following best-practice design patterns</h2>

<p align="center">
Inspired by <a href="https://www.oreilly.com/library/view/api-design-patterns/9781617295850/" target="_blank">API Design Patterns</a>
Expand Down Expand Up @@ -286,7 +286,10 @@ message Author {
}
```

### TS-REST
### TypeScript with ts-rest

> [!NOTE]
> Learn more about ts-rest: <https://ts-rest.com/>
Create `book` contract with `author` parent resource:

Expand Down

0 comments on commit a8ed843

Please sign in to comment.