Update Readme.md

This commit is contained in:
Azat Mardanov 2013-03-21 17:14:49 -07:00
parent 46e84faa1a
commit 11ed5943ee

View File

@ -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');