Skip to content

Commit 5127631

Browse files
Merge pull request #242 from metanodreamer/fix-readme
Fix documentation in APDU references
2 parents 2466b43 + 3e583c7 commit 5127631

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It mainly consists of an interface which is implemented by three backends:
1212

1313
- an emulator-only backend, `SpeculosBackend`, which uses
1414
[`SpeculosClient`](https://github.com/LedgerHQ/speculos/blob/master/speculos/client.py)
15-
to run an app on a Speculos emulator. With this backend, APDU can be send directly,
15+
to run an app on a Speculos emulator. With this backend, APDU can be sent directly,
1616
without having to connect a device, start a docker or anything.
1717

1818
- two physical backends (although technically they are agnostic, but the
@@ -67,7 +67,7 @@ different backends and that allow to interact with a device (either a real devic
6767

6868
* `send`: send a formatted APDU.
6969
* `send_raw`: send a raw APDU.
70-
* `receive`: receive a response ADPU.
70+
* `receive`: receive a response APDU.
7171
* `exchange`: send a formatted APDU and wait for a response (synchronous).
7272
* `exchange_raw`: send a raw APDU and wait for a response (synchronous).
7373
* `exchange_async`: send a formatted APDU and give back the control to the caller (asynchronous).

0 commit comments

Comments
 (0)