From f51b6b087c5041918c8e18026f4b071582f29cb0 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 10 Oct 2017 21:41:16 +0100 Subject: [PATCH] Wrap paths in backticks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e41b99b..ec08cb0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ docker-compose up This will pull the latest version of vertcoind and ElectrumX, start syncing the blockchain, generate an SSL certificate and start listening for secure Electrum traffic on port 55002. -All blockchain/vertcoind data will be stored in ./data/vertcoind and all ElectrumX data will be stored in ./data/electrumx. This is stored on the host machine and mounted on the docker containers as a volume, meaning it will persist across reboots/updates/containers etc. +All blockchain/vertcoind data will be stored in `./data/vertcoind` and all ElectrumX data will be stored in `./data/electrumx`. This is stored on the host machine and mounted on the docker containers as a volume, meaning it will persist across reboots/updates/containers etc. ### Is this secure?