From 5333115a859564a501fb50aa2c83289e63253764 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 23 Jul 2012 15:14:21 +0300 Subject: [PATCH] minor changes --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 642e27f3..0f139396 100644 --- a/README.md +++ b/README.md @@ -58,20 +58,20 @@ or Configuration --------------- -All main configuration gould be done thrue config.json +All main configuration could be done thrue config.json. ```js { - "cache" : {"allowed" : true}, /* cashing of js and css files in memory*/ - "minification" : { /* minification of js,css and img */ - "js" : false, /* minify module neaded */ - "css" : false, /* npm i minify */ + "cache" : {"allowed" : true}, /* cashing of js and css files in memory */ + "minification" : { /* minification of js,css,html and img */ + "js" : false, /* minify module neaded */ + "css" : false, /* npm i minify */ "html" : true, "img" : false }, - "server" : true, /* server mode or testing mode */ - "logs" : false /* logs or console ouput */ - "port" : 31338, /* Cloud Commander port */ - "ip" : "127.0.0.1" /* Cloud Commander IP */ + "server" : true, /* server mode or testing mode */ + "logs" : false /* logs or console ouput */ + "port" : 31338, /* Cloud Commander port */ + "ip" : "127.0.0.1" /* Cloud Commander IP */ } ``` Starting