diff --git a/README.md b/README.md index dcce3ea6..0e2cb48e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ All main configuration could be done thrue config.json. }, "server" : true, /* server mode or testing mode */ "logs" : false, /* logs or console ouput */ - "port" : 31338, /* Cloud Commander port */ + "port" : 31337, /* Cloud Commander port */ "ip" : "127.0.0.1" /* Cloud Commander IP */ } ```