docs/configuration: improve wording

This commit is contained in:
Erik Arvstedt
2022-05-20 13:28:44 +02:00
parent e2721a9039
commit 107ee27be3
+1 -1
View File
@@ -178,7 +178,7 @@ Some services require extra steps:
# Use bitcoind from another node
Use a bitcoind instance running on another node within a nix-bitcoin config.
Here's how to use a bitcoind instance running on another node within a nix-bitcoin config:
```nix
imports = [ <nix-bitcoin/modules/presets/bitcoind-remote.nix> ];