From 449b180d99a3aafb23a517e6ce82e1a66149f079 Mon Sep 17 00:00:00 2001 From: Kuba Date: Sun, 17 Sep 2023 11:59:46 +0200 Subject: [PATCH] fix: readme link fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0902fd6..74f4c2e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ custom features to work with multiple nodes and retry logic. - [x] Possibility to use custom http client [WithHTTPClient](https://github.com/bitcoin-sv/go-broadcast-client/blob/main/broadcast/broadcast-client/client_builder.go#L19) -- [x] Mock Client for testing purposes [details](link) +- [x] Mock Client for testing purposes [details](#MockClientBuilder) ## How to use it?