Update README.md

This commit is contained in:
vrde 2015-05-26 10:52:30 +02:00
parent 39404b92f1
commit d71f4af556
1 changed files with 8 additions and 2 deletions

View File

@ -18,7 +18,7 @@ npm run watch
```
Code Conventions
============
================
For this project, we're using:
* 4 Spaces
@ -28,10 +28,16 @@ For this project, we're using:
* We use `let` instead of `var`: [SA Post](http://stackoverflow.com/questions/762011/javascript-let-keyword-vs-var-keyword)
Troubleshooting
===============
Q: OMG nothing works
A: try `npm install`. Someone may have updated some dependencies
Reading list
============
Start here
----------