From baaf4da34f8572854cece6f3694f7317fd25764f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pawelski?= Date: Wed, 16 Aug 2023 12:59:54 +0200 Subject: [PATCH] fix: remove mentions about bitcoin sv overlay nodes in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59c6d6f..b9d4db1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-broadcast-client -> Interact with Bitcoin SV Overlay Nodes exposing the interface [interface.go](https://github.com/bitcoin-sv/go-broadcast-client/blob/main/broadcast/interface.go) +> Interact with Bitcoin SV ARC exposing the interface [interface.go](https://github.com/bitcoin-sv/go-broadcast-client/blob/main/broadcast/interface.go) ## Features @@ -12,7 +12,7 @@ ## What is library doing? -It is a wrapper around the [Bitcoin SV Overlay API](https://bitcoin-sv.github.io/arc/api.html) that allows you to interact with the API in a more convenient way by providing a set of +It is a wrapper around the [Bitcoin SV ARC API](https://bitcoin-sv.github.io/arc/api.html) that allows you to interact with the API in a more convenient way by providing a set of custom features to work with multiple nodes and retry logic. ## Custom features