From 75c0bae206a5099dd3e56037120f42355e1dcf87 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Fri, 27 Aug 2021 22:32:20 +0200 Subject: [PATCH] clarify --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7be4e35..3ea24cf 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ The project consists of a number of crates: ```mermaid graph BT - OP["openpgp-card-pcsc
(backend)"] --> OC - OS["openpgp-card-scdc
(backend)"] --> OC["openpgp-card
(low level API)"] + OP["openpgp-card-pcsc
(pcsclite backend)"] --> OC + 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]