diff --git a/README.md b/README.md
index c46de456..c4d6872d 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Full Windows/Linux compatible, and you can mix Linux and Windows miner on one XM
**XMRigCC Dashboard**
-
+
**[Find HELP/HOWTO](https://github.com/Bendr0id/xmrigCC/wiki/)**
@@ -179,7 +179,7 @@ This will limit doublehash mode (av=2,av=4) to thread 0 and thread 2, thread 1 a
### HUGE PAGES unavailable (Windows)
* Run XMRig as Administrator.
-* Since version 0.8.0 XMRig automatically enable SeLockMemoryPrivilege for current user, but reboot or sign out still required. [Manual instruction](https://msdn.microsoft.com/en-gb/library/ms190730.aspx).
+* Since version 0.8.0 XMRig automatically enables SeLockMemoryPrivilege for current user, but reboot or sign out still required. [Manual instruction](https://msdn.microsoft.com/en-gb/library/ms190730.aspx).
### HUGE PAGES unavailable (Linux)
* Before starting XMRigDaemon set huge pages
diff --git a/config_cc.json b/config_cc.json
new file mode 100644
index 00000000..734b8633
--- /dev/null
+++ b/config_cc.json
@@ -0,0 +1,12 @@
+{
+ "background": false,
+ "colors": true,
+ "log-file": null,
+ "syslog": false,
+ "cc-server": {
+ "port": 3344, // port the CC Server will listens on
+ "access-token": "mySecret", // access token for CC Clients
+ "user": "admin", // admin user for access CC Dashboard
+ "pass": "pass" // admin pass for access CC Dashboard
+ }
+}
diff --git a/index.html b/index.html
index f0f3666b..2544ec87 100644
--- a/index.html
+++ b/index.html
@@ -49,7 +49,7 @@