Skip to content

Commit 4e91dd8

Browse files
committed
docs: finalize README — polished architecture overview, pluralization, and author links
1 parent 61bbbf6 commit 4e91dd8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ This repository demonstrates a production-grade architecture where backend and c
2626
* 📦 [Modules](#-modules)
2727
* 🚀 [Problem & Motivation](#-problem--motivation)
2828
* 💡 [Solution Overview](#-solution-overview)
29-
* ⚙️ [New Architecture Highlights](#-new-architecture-highlights)
29+
* ⚙️ [Architecture Overview](#-architecture-overview)
3030
*[Quick Start](#-quick-start)
31-
* 🖼 [Generated Wrappers — Before & After](#-generated-wrapper--before--after)
31+
* 🖼 [Generated Wrappers — Before & After](#-generated-wrappers--before--after)
3232
* 🧱 [Example Responses](#-example-responses)
3333
* 🧩 [Tech Stack](#-tech-stack)
3434
*[Key Features](#-key-features)
@@ -159,7 +159,7 @@ You can now test end-to-end type-safe responses through the generated client —
159159

160160
---
161161

162-
## 🖼 Generated Wrapper — Before & After
162+
## 🖼 Generated Wrappers — Before & After
163163

164164
Comparison of how OpenAPI Generator outputs looked **before** vs **after** enabling the generics-aware wrapper support.
165165

@@ -236,8 +236,8 @@ The unified envelope applies to both single and paged responses.
236236
}
237237
}
238238
```
239-
Both examples demonstrate the unified `{ data, meta }` structure —
240-
the same envelope applies seamlessly to single and paged results.
239+
Both examples demonstrate the unified { data, meta } structure —
240+
the same envelope applies seamlessly across single and paged results.
241241

242242
### Client Usage
243243

@@ -336,5 +336,5 @@ If you found this project helpful, please give it a ⭐ on GitHub — it helps o
336336

337337
---
338338

339-
**Barış Saylı**
340-
[GitHub](https://github.com/bsayli) · [Medium](https://medium.com/@baris.sayli)
339+
**Barış Saylı**
340+
[GitHub](https://github.com/bsayli) · [Medium](https://medium.com/@baris.sayli) · [LinkedIn](https://www.linkedin.com/in/bsayli)

0 commit comments

Comments
 (0)