diff --git a/README.md b/README.md
index 3c3d373..ffb8d6d 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,9 @@
# NodeDrawboard
A collaborative drawing board where users can share ideas, chat or just have fun. Made with Node.js using Express.js and Socket.io frameworks.
+
+
How to run
+
+- Install Node.js
+- Navigate to project directory and run "npm install" in order to install dependencies
+- Run index.js using Node. Optional command line argument should be the port on which the server will run (Default: 3000)
+
diff --git a/assets/css/style.css b/assets/css/style.css
index 9d2facf..f1521a7 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -14,7 +14,6 @@ canvas {
box-sizing: border-box;
border: 2px solid black;
height: 100%;
- /*width: 50%;*/
overflow: hidden;
background: #F0F8FF;
}