From d766a1c4748e2b1e950d1f3c8a116ddc52ca8f6f Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Fri, 27 Aug 2021 22:33:19 +0200 Subject: [PATCH] markdown fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]