From fe24e4a2ab810126c28fe5d2eea5af97f20449a4 Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 17 Aug 2023 08:52:45 +0800 Subject: [PATCH] fix another link anchor in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4884d17..701058db 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ txWithScriptGroups := &transaction.TransactionWithScriptGroups{ } ``` -Refer [here](#Sign-and-send-transaction) to see how to sign and send transaction once you have the instance of `TransactionWithScriptGroups`. +Refer [here](#sign-and-send-transaction) to see how to sign and send transaction once you have the instance of `TransactionWithScriptGroups`. ### Build transaction with Mercury