From b3de5182e88b6b969dddb0699426b49098031213 Mon Sep 17 00:00:00 2001 From: Tiago Morais Morgado Date: Wed, 28 Jun 2017 12:24:50 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa92d09..59d3c73 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ $ docker run --rm -it seegno/bitcoind \ -rpcuser=foo ``` -By default, `bitcoind` will run as as user `bitcoin` for security reasons and with its default data dir (`~/.bitcoin`). If you'd like to customize where `bitcoind` stores its data, you must use the `BITCOIN_DATA` environment variable. The directory will be automatically created with the correct permissions for the `bitcoin` user and `bitcoind` automatically configured to use it. +By default, `bitcoind` will run as user `bitcoin` for security reasons and with its default data dir (`~/.bitcoin`). If you'd like to customize where `bitcoind` stores its data, you must use the `BITCOIN_DATA` environment variable. The directory will be automatically created with the correct permissions for the `bitcoin` user and `bitcoind` automatically configured to use it. ```sh $ docker run --env BITCOIN_DATA=/var/lib/bitcoind --rm -it seegno/bitcoind \