diff --git a/README.md b/README.md
index 3ea24cf..d6f4329 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ The project consists of a number of crates:
```mermaid
graph BT
OP["openpgp-card-pcsc
(pcsclite backend)"] --> OC
- OS["openpgp-card-scdc
(scdaemon backend)"] --> OC["openpgp-card (low level API)"]
+ OS["openpgp-card-scdc
(scdaemon backend)"] --> OC["openpgp-card
(low level API)"]
OC --> OCS["openpgp-card-sequoia
(high level, sequoia based API)"]
OC -.-> U1[non-sequoia/low level user application]
OCS -.-> U2[sequoia-based user application]