From dcddc7655ff3bcd5c2edb8ad5277f8f3c4706d74 Mon Sep 17 00:00:00 2001 From: Mike <41298556+mail2mz@users.noreply.github.com> Date: Sun, 24 Nov 2019 18:20:05 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50101de..ec7d0bb 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Configuration is self-describing, just copy *config.example.json* to *config.jso ```javascript { // Address for block rewards - "address": "YOUR-ADDRESS-NOT-EXCHANGE", --The value should be the same as defined in kevacoin.conf + "address": "YOUR-ADDRESS-NOT-EXCHANGE", //The value should be the same as defined in kevacoin.conf // Don't validate address "bypassAddressValidation": true, // Don't validate shares @@ -196,8 +196,8 @@ Configuration is self-describing, just copy *config.example.json* to *config.jso "host": "127.0.0.1", "port": 18081, "timeout": "10s", - "user": "yourusername", #The value should be the same as defined in kevacoin.config - "password": "yourpassword" #The value should be the same as defined in kevacoin.config + "user": "yourusername", //The value should be the same as defined in kevacoin.config + "password": "yourpassword" //The value should be the same as defined in kevacoin.config } ] }