]> Untitled Git - bdk/commitdiff
fix readme
authorRiccardo Casatta <riccardo@casatta.it>
Tue, 29 Jun 2021 09:30:45 +0000 (11:30 +0200)
committerRiccardo Casatta <riccardo@casatta.it>
Tue, 29 Jun 2021 09:35:02 +0000 (11:35 +0200)
README.md

index 0181e7754c92f46dffc913cfd509910b3c0415ee..c2a74189c346d57fd762ccf748d00d1d91b17ddd 100644 (file)
--- 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