[MINOR] Main readme cleanup
diff --git a/README.md b/README.md
index 1175882..3b94b06 100644
--- a/README.md
+++ b/README.md
@@ -1,33 +1,32 @@
-SystemML Website
-================
+# SystemML Website
 
-Build System dependencies
--------------------------
+## Dependencies
 
-#### Node.js and npm
+### Node.js and npm
 
-In order to build this project you will need the latest version of [node.js and npm](https://nodejs.org/). Detailed instructions for download and installation can be found [here](https://github.com/nodejs/node#download).
+In order to build this project you will need the latest version of [node.js and npm](https://nodejs.org/).
+Detailed instructions for download and installation can be found [here](https://github.com/nodejs/node#download).
 
-#### Gulp
+### Gulp
 
 We use Gulp to compile Sass and JS as well as run the Jekyll build. You can install it with npm:
 
-```
-$ sudo npm install -g gulp
+```bash
+sudo npm install -g gulp
 ```
 
-### Building the website
+## Building the website
 
-#### Download website dependancies
+### Download website dependancies
 
-```
-$ npm install
+```bash
+npm install
 ```
 
-#### Build website contents
+### Build website contents
 
-```
-$ gulp
+```bash
+gulp
 ```
 
 If all goes well it open the site in your browser at `http://localhost:3000`.