From 856e495b2ec79503d4b5fc4e449eb3cd9f82624d Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Fri, 10 Jan 2014 18:21:36 -0500 Subject: [PATCH] Updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4b6a82..f522e7a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Installation ------------ * For each coin you would like to start a pool server for, create a file in the "coins" directory titled "(name of coin).json" Example configuration for dogecoin.json - ```json +```json { "name": "Dogecoin", "symbol": "doge", @@ -65,7 +65,7 @@ Installation "startIfOffline": true } } - ``` +``` * To start the poolserver run init.js `node init.js`