From 56b6ce00afa1f930719e74c1f788b72d3d1c2c34 Mon Sep 17 00:00:00 2001 From: Candle <50766841+CandleHater@users.noreply.github.com> Date: Thu, 9 Jul 2020 14:51:16 +0000 Subject: [PATCH] Missing folder added to path in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d0a085..b52a215 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The easiest way to try out nix-bitcoin is to use one of the provided examples. ``` git clone https://github.com/fort-nix/nix-bitcoin -cd examples/ +cd nix-bitcoin/examples/ nix-shell ```