From 04fcdc5e6c570880fce8ae3e6cb2370c48b2a94a Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 21 Aug 2014 10:23:17 -0400 Subject: [PATCH] update readme 9 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c5a9d0..0f9dea3 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ through the RPC API, bitcoin peer-to-peer protocol, and will even read its raw b Configure bitcoind to listen to RPC calls and set `txindex` to true. The easiest way to do this is by copying `./etc/bitcoind/bitcoin.conf` to your -bitcoin data directory (usually `"~/.bitcoin"` on Linux, `"%appdata%\Bitcoin\"` on Windows, -or `"~/Library/Application Support/Bitcoin"` on Mac OS X). +bitcoin data directory (usually `~/.bitcoin` on Linux, `%appdata%\Bitcoin\` on Windows, +or `~/Library/Application Support/Bitcoin` on Mac OS X). bitcoind must be running and must have finished downloading the blockchain **before** running *insight API*.