Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKishino committed Feb 2, 2021
1 parent b0eecdf commit 89e67de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ npm install @ledgerhq/hw-transport-webusb
npm install @ledgerhq/hw-transport-u2f
```
Importing a ledger requires at least the Transport argument is provided. You can define the BIP44 path as the second argument. If the BIP44 path is not provided, it will use the zero index value (`"44'/1729'/0'/0'"`).
Importing a ledger requires that you have the Tezos ledger wallet app installed and the app open on the ledger. The Transport argument is the only required argument, but you can define the BIP44 path as the second argument, and the curve (`tz1`, `tz2`, `tz3`) as the third. If the BIP44 path is not provided, it will use the zero index value (`"44'/1729'/0'/0'"`).
```js
// Import the required transport for the appropriate environment
Expand Down

0 comments on commit 89e67de

Please sign in to comment.