From bcdedcda8e4ee13b40e822a1c16a56a265c419a2 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 9 Sep 2024 12:11:51 +0900 Subject: [PATCH] docs: update README.md minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe4f0ee..4c7970d 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ func main() { // // // // // - // Alternatively, Updater() takes a INDEX and updates it with the given walletapi + // Alternatively, Updater() takes an INDEX and updates it with the given walletapi txid, err := tela.Updater(&walletapi.Wallet_Disk{}, index) if err != nil { // Handle error