docs/configuration: improve wording

This commit is contained in:
Erik Arvstedt 2022-05-17 13:18:42 +02:00
parent e2721a9039
commit 107ee27be3
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 1 additions and 1 deletions

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> ];