Skip to content

Commit 2466b43

Browse files
Merge pull request #241 from naevern/fix-readme-typos
Fix typos and grammatical errors in README.md
2 parents ac7352e + 994f8d3 commit 2466b43

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
@@ -8,7 +8,7 @@
88
This library aims at reducing the cost of running code on both Speculos emulator
99
or on a real device.
1010

11-
It mainly consists on an interface which is implemented by three backends:
11+
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)
@@ -17,7 +17,7 @@ It mainly consists on an interface which is implemented by three backends:
1717

1818
- two physical backends (although technically they are agnostic, but the
1919
`SpeculosClient` is superior with an emulator), `LedgerCommBackend` and
20-
`LedgewWalletbackend`, which use respectively the
20+
`LedgerWalletbackend`, which use respectively the
2121
[`LedgerComm` library](https://github.com/LedgerHQ/ledgercomm) or the
2222
[`LedgerWallet` library](https://github.com/LedgerHQ/ledgerctl/) to discuss
2323
with a physical device. In these cases, the physical device must be started,

0 commit comments

Comments
 (0)