diff --git a/docs/Configuration.md b/docs/Configuration.md index d1caa6aa..19e90da8 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -54,7 +54,10 @@ Will create a datadir of `~/.bcoin_spv`, containing a chain database, wallet dat - `cache-size`: Size (in MB) of leveldb cache and write buffer (default: 32mb). - `spv`: Enable Simplified Payments Verification (SPV) mode -*Note: The `spv` option can not be entered in `bcoin.conf`. It will only work when passed as a launch argument: `bcoin --spv`* +*Note: The `spv` option can not be entered in `bcoin.conf`. It will only work when passed as a launch argument:* +``` +bcoin --spv +``` ## Logger Options