From 5887dffcb4732c84179171f3ad48fe1fd7cfe9c5 Mon Sep 17 00:00:00 2001 From: yancy Date: Mon, 6 May 2024 23:47:23 -0500 Subject: [PATCH] Add CLI link to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd94b31..c3cfd18 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,8 @@ Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. B Chat on Discord

+For example usage, see: +- [esplora-cli](https://github.com/yancyribbens/esplora-cli) + ## Minimum Supported Rust Version (MSRV) -This library should compile with any combination of features with Rust 1.63.0. \ No newline at end of file +This library should compile with any combination of features with Rust 1.63.0.