markdown fix
This commit is contained in:
parent
75c0bae206
commit
d766a1c474
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ The project consists of a number of crates:
|
||||||
```mermaid
|
```mermaid
|
||||||
graph BT
|
graph BT
|
||||||
OP["openpgp-card-pcsc <br/> (pcsclite backend)"] --> OC
|
OP["openpgp-card-pcsc <br/> (pcsclite backend)"] --> OC
|
||||||
OS["openpgp-card-scdc <br/> (scdaemon backend)"] --> OC["openpgp-card </br> (low level API)"]
|
OS["openpgp-card-scdc <br/> (scdaemon backend)"] --> OC["openpgp-card <br/> (low level API)"]
|
||||||
OC --> OCS["openpgp-card-sequoia <br/> (high level, sequoia based API)"]
|
OC --> OCS["openpgp-card-sequoia <br/> (high level, sequoia based API)"]
|
||||||
OC -.-> U1[non-sequoia/low level user application]
|
OC -.-> U1[non-sequoia/low level user application]
|
||||||
OCS -.-> U2[sequoia-based user application]
|
OCS -.-> U2[sequoia-based user application]
|
||||||
|
|
Loading…
Reference in a new issue