diff --git a/docs/README.md b/docs/README.md
index 0479c4f..f1fcc5b 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -27,10 +27,10 @@ FC follows Hydra's three-daemon model with a shared PostgreSQL database:
```mermaid
flowchart LR
- A[Git Repo] --> B[Evaluator
(polls, clones, runs nix-eval-jobs)]
- B --> C[Evaluation + Build Records
in DB]
- C --> D[Queue Runner
(claims builds atomically,
runs nix build)]
- D --> E[BuildSteps
and BuildProducts]
+ A["Git Repo"] --> B["Evaluator
(polls, clones, runs nix-eval-jobs)"]
+ B --> C["Evaluation + Build Records
in DB"]
+ C --> D["Queue Runner
(claims builds atomically,
runs nix build)"]
+ D --> E["BuildSteps
and BuildProducts"]
```
See the [design document] for more details on the architecture, similarities and