From 570c28c22cbc215201d0d9fcd1e254fad17098a5 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Sat, 11 Jan 2014 13:44:40 -0500 Subject: [PATCH] updated --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 75a6688..f25ad16 100644 --- a/README.md +++ b/README.md @@ -59,21 +59,21 @@ Installation ```json - { - "name": "Dogecoin", - "symbol": "doge", - "algorithm": "scrypt", - "reward": "POW", - "address": "DDt79i6P3Wro3SD3HSnkRLpMgUGUGdiNhS", - "stratumPort": 3334, - "difficulty": 8, - "daemon": { - "host": "localhost", - "port": 8332, - "user": "test", - "password": "test" + { + "name": "Dogecoin", + "symbol": "doge", + "algorithm": "scrypt", + "reward": "POW", + "address": "DDt79i6P3Wro3SD3HSnkRLpMgUGUGdiNhS", + "stratumPort": 3334, + "difficulty": 8, + "daemon": { + "host": "localhost", + "port": 8332, + "user": "test", + "password": "test" + } } - } ```