SkyzohKeyminor fixes
4fe2d14 (parent 0578bd0)7/25/2016, 10:27:21 PM
minor fixes
+ 6
- 4
@@ -22,9 +22,10 @@ Learn more about Electron and its API in the [documentation](http://electron.ato
 
 ## Compiling for your OS
 You can use any of the following commands to create distributable ready builds.
+
 1. Install `npm install -g electron-packager`
 
-### Linux
+###### Linux
 ```shell
 # Go into the repository
 cd Tox-client

...
@@ -32,7 +33,7 @@ cd Tox-client
 npm run build:linux
 ```
 
-### OSX
+###### OSX
 ```shell
 # Go into the repository
 cd Tox-client

...
@@ -40,7 +41,7 @@ cd Tox-client
 npm run build:osx
 ```
 
-### Windows
+###### Windows
 ```shell
 # Go into the repository
 cd Tox-client

...
@@ -48,4 +49,5 @@ cd Tox-client
 npm run build:windows
 ```
 
-#### License [MIT](LICENSE.md)
+#### License
+[The MIT License](LICENSE.md).