From 96a5fdd3ec1f2aabba496a0a913e9a55a9a9d8ec Mon Sep 17 00:00:00 2001 From: Max Fang Date: Thu, 3 Aug 2017 16:33:54 -0700 Subject: [PATCH] Remove characters from docker guide that break utf-8 encoding --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index a91da799..1c86b8b6 100644 --- a/docker/README.md +++ b/docker/README.md @@ -279,7 +279,7 @@ bitcoins. The schema will be following: ``` First of all you need to run `btcd` node in `testnet` and wait it to be -synced with test network (`May the Force and Patience be with you` ᕦ(ò_óˇ)ᕤ). +synced with test network (`May the Force and Patience be with you`). ```bash # Init bitcoin network env variable: $ export NETWORK="testnet"