diff --git a/README.md b/README.md index 15c8c71..cf4ef17 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A high-performance NBA statistics REST API built with Go (Fiber), PostgreSQL, an │ NGINX (reverse proxy / round-robin load balancer :8080) │ ├──────────────────────────────────────────────────────────┤ │ API Instance x3 (Fiber :5000 each) │ -│ ┌──────────┐ ┌─────────────┐ ┌───────────────────┐ │ +│ ┌──────────┐ ┌─────────────┐ ┌───────────────────┐ │ │ │ Routes │→ │ Controllers │→ │ Services (scraper) │ │ │ └──────────┘ └─────────────┘ └───────────────────┘ │ ├──────────────────────────────────────────────────────────┤