From 1a92e30bd7cc504b32294fd9e5435b7d7e02aec2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 12 May 2013 17:48:51 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fde2c331..9ba194df 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ All main configuration could be done thrue config.json. "socket" : true /* enable web sockets */ "port" : 80, /* http port or null(default) */ "sslPort" : 443, /* https port or null(default) */ - "ip" : "127.0.0.1", /* ip or null for null(default) */ + "ip" : "127.0.0.1", /* ip or null(default) */ "ssl" : true /* should use https? */ "rest" : true /* enable rest interface */ }