From 5662993c281674b6e41d63b11cb62ad2c3534956 Mon Sep 17 00:00:00 2001 From: Nadav Ivgi Date: Fri, 5 Apr 2024 19:45:34 +0300 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fbc393..9cc138e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ alternate location, for example locally for CI, use the `BITCOIND_DOWNLOAD_ENDPO When you don't use the auto-download feature you have the following options: * have `bitcoind` executable in the `PATH` -* provide the `bitcoind` executable via the `BITCOIND_EXEC` env var +* provide the `bitcoind` executable via the `BITCOIND_EXE` env var ```rust use bitcoincore_rpc::RpcApi;