From fd974569bee541a28c4fd5777b9fe76e6542326a Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 26 Feb 2014 18:17:08 -0700 Subject: [PATCH] Fixed readme line overflow --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 122dbcd..4b2e443 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,9 @@ var pool = stratum.createPool({ difficulty: 32, blockRefreshInterval: 2000, //milliseconds - /* Recommended to have at least two daemon instances running in case one drops out-of-sync or offline. For - redundancy, all instances will be polled for block/transaction updates and be used for submitting blocks */ + /* Recommended to have at least two daemon instances running in case one drops out-of-sync + or offline. For redundancy, all instances will be polled for block/transaction updates + and be used for submitting blocks */ daemon: [ { //main daemon instance host: "localhost",