diff --git a/README.md b/README.md index 846aa04..5105c66 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Some of the Inspiration for this works comes from ## ⛏ Mining Configuration: * BLOCKPRODUCTIONDELAY: Sleep period between mining blocks. Defaults to a specified value. (mining mode only) -* If ~/.bitcoin/BLOCKPRODUCTIONDELAY.txt is present, this value will be used, allowing dynamic changes. +* If `~/.bitcoin/BLOCKPRODUCTIONDELAY.txt` is present, this value will be used, allowing dynamic changes. * MINERENABLED: Flag to enable the mining chain. (mining mode only) @@ -30,7 +30,7 @@ Some of the Inspiration for this works comes from * MINETO: Address to mine to. If not provided, a new address will be generated for each block. (mining mode only) * SIGNETCHALLENGE: Sets the valid block producer for this Signet. Required for client-mode. -If MINERENABLED=1 and not provided, it will be generated. If provided, PRIVKEY must also be populated. +If `MINERENABLED=1` and not provided, it will be generated. If provided, PRIVKEY must also be populated. ## 🌐 RPC Configuration: * RPCUSER: bitcoind RPC User.