From 5ce98e1366a10526d35ffacd1c03ab928ea07670 Mon Sep 17 00:00:00 2001 From: isabolic Date: Tue, 23 Jan 2018 20:14:58 +0100 Subject: [PATCH] update readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11aa457..0d96b53 100755 --- a/README.md +++ b/README.md @@ -28,10 +28,12 @@ from **build** directory: ``` 5) then edit file config.json, there you set node.js port and server ip address or hostname ```javascript - ... - "port" : "SERVER_PORT", - "server" : "SERVER_HOST (OR IP)", - ... + { + "options": { + "port": "PORT", + "server": "IP_ADD_OR_HOST" + } + } ``` 6) inside terminal navigate into copied node.server directory and run ```bash