diff --git a/Readme.md b/Readme.md index 9052ade..362e2fe 100644 --- a/Readme.md +++ b/Readme.md @@ -16,6 +16,8 @@ Installation Examples ========== +To run examples/tests insall Mocha `$ npm install -g mocha` and run `$ mocha you-file-name.js`: + ```javascript describe('OAuth',function(){ var request = require('superagent');