Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Fixes README typos #782

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/hw-app-algorand/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Ledger Hardware Wallet Algorand JavaScript bindings.

### Algorand

Cosmos API
Algorand API

#### Parameters

Expand All @@ -37,7 +37,7 @@ const algo = new Algorand(transport)

#### getAddress

get Algorajt address for a given BIP 32 path.
get Algorand address for a given BIP 32 path.

##### Parameters

Expand All @@ -47,7 +47,7 @@ get Algorajt address for a given BIP 32 path.
##### Examples

```javascript
cosmos.getAddress("44'/60'/0'/0/0").then(o => o.address)
algo.getAddress("44'/283'/0'/0/0").then(o => o.address)
```

Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)<{publicKey: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), address: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)}>** an object with a publicKey, address and (optionally) chainCode