From f5adca9d9ae11098516b88a35d886306d6d94c11 Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 26 Feb 2015 23:10:04 +0200 Subject: [PATCH] fixed padding for config in readme.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4b25159..d1bcdc1 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ pm2 start processes.json Configure the app in [processes.json](/eth-net-intelligence-api/blob/master/processes.json) ``` - "env": - { - "NODE_ENV" : "production", // tell the client we're in production environment - "RPC_HOST" : "localhost", // eth JSON-RPC host - "RPC_PORT" : "8080", // eth JSON-RPC port - "WS_SERVER" : "", // path to eth-netstats WebSockets api server - } +"env": + { + "NODE_ENV" : "production", // tell the client we're in production environment + "RPC_HOST" : "localhost", // eth JSON-RPC host + "RPC_PORT" : "8080", // eth JSON-RPC port + "WS_SERVER" : "", // path to eth-netstats WebSockets api server + } ``` [travis-image]: https://travis-ci.org/cubedro/eth-net-intelligence-api.svg