Skip to content

Commit

Permalink
fix readme async
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Feb 1, 2024
1 parent 7653660 commit 7c5f4b1
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 @@ -66,7 +66,7 @@ To view all the supported cryptocurrencies of this library, see [here](https://g
```ts
import { getCoderByCoinNameAsync } from "@ensdomains/address-encoder/async";

const btcCoder = await getCoderByCoinName("btc");
const btcCoder = await getCoderByCoinNameAsync("btc");
```

### Individual Coin Imports
Expand Down

0 comments on commit 7c5f4b1

Please sign in to comment.