From c9087ce23f9f615ba12eb991180d964887420c71 Mon Sep 17 00:00:00 2001 From: pbca26 Date: Tue, 6 Jun 2017 20:25:32 +0300 Subject: [PATCH] fixed readme formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52e3611..fe481ef 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ npm start ``` ### Important dev notes -**Use the following config.json for dev ** -Place it in ./iguana folder +#### Use the following config.json for dev +Place it in ./iguana folder. ``` { "edexGuiOnly": true, @@ -53,7 +53,7 @@ Place it in ./iguana folder } } ``` -**Sockets.io** +#### Sockets.io In dev mode backend is configured to send/receive messages from/to http://127.0.0.1:3000 address. If you open it as http://localhost:3000 sockets server will reject any messages. #### For end users