From 7c5f4b154f8c9fb469acf93e527aec1e42362ec1 Mon Sep 17 00:00:00 2001 From: tate Date: Fri, 2 Feb 2024 08:58:17 +1100 Subject: [PATCH] fix readme async --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 714aa522..a6621d59 100644 --- a/README.md +++ b/README.md @@ -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