From 0d6920188a2c9f724772198f120f6ab58561d045 Mon Sep 17 00:00:00 2001 From: Eveiv Date: Sun, 23 Feb 2014 23:45:55 +1100 Subject: [PATCH] Correct "util" path in the sync.js example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5f10c5..889eb7e 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,9 @@ If bitcoind is shutdown, *insight* needs to be stopped and restarted once bitcoi Old blockchain data can be manually synced issuing: - $ utils/sync.js + $ util/sync.js - Check utils/sync.js --help for options, particulary -D to erase the current DB. + Check util/sync.js --help for options, particulary -D to erase the current DB. *NOTE* that there is no need to run this manually since the historic synchronization is embedded on the web application, so by running you will trigger the historic sync automatically.