From 7109f7d9b47e876df7f93c9345c59b621a4f295e Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Tue, 29 Jun 2021 11:30:45 +0200 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0181e775..c2a74189 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ cargo test --features test-electrum ``` The other options are `test-esplora` or `test-rpc`. -Note that `electrs` and `bitcoind` binaries are automatically downloaded (on mac and linux), to specify your own one must use `--no-default-features` and provide `BITCOIND_EXE` and `ELECTRS_EXE` as environment variables. +Note that `electrs` and `bitcoind` binaries are automatically downloaded (on mac and linux), to specify you already have installed binaries you must use `--no-default-features` and provide `BITCOIND_EXE` and `ELECTRS_EXE` as environment variables. ## License