diff --git a/packages/core-api/README.md b/packages/core-api/README.md index 202201f..d867f50 100644 --- a/packages/core-api/README.md +++ b/packages/core-api/README.md @@ -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