From d71f4af55690d110b5ff4729a1fe378c4ad9d07b Mon Sep 17 00:00:00 2001 From: vrde Date: Tue, 26 May 2015 10:52:30 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef78e518..b0d6509e 100644 --- a/README.md +++ b/README.md @@ -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 ----------