fix: correct ASCII art alignment in README.md

This commit is contained in:
Firman Ramdhani
2026-05-22 17:54:36 +07:00
parent 4260e240a0
commit 75827bfd71
+5 -5
View File
@@ -20,11 +20,11 @@ The platform-agnostic API engine for the monorepo. Provides an isolated HTTP cli
## Architecture Overview
```
┌────────────────────────────────────────────────────────────────────
│ @repo/core-api
┌────────────────────────────────────────────────────────────────────┐
│ @repo/core-api │
│ │
│ ┌──────────────┐ ┌───────────────────┐ ┌───────────────────┐ │
│ │ http-client │ │ observability │ │ data-services │ │
│ │ http-client │ │ observability │ │ data-services │ │
│ │ │ │ │ │ │ │
│ │ createHttp │◄──│ faroAdapter │ │ BaseRemoteData │ │
│ │ Client() │ │ initTelemetry() │ │ Services │ │
@@ -39,7 +39,7 @@ The platform-agnostic API engine for the monorepo. Provides an isolated HTTP cli
│ │ ApiError │ │
│ │ ErrorCodes │ │
│ └─────────────────┘ │
└────────────────────────────────────────────────────────────────────
└────────────────────────────────────────────────────────────────────┘
│ │ │
▼ ▼ ▼
apps/web apps/landing apps/desktop