Commit a804c7fe authored by analog-nico's avatar analog-nico
Browse files

docs: pointing to request docs

see issue #143
parent fc4d2b92
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -53,6 +53,8 @@ npm install --save request-promise
var rp = require('request-promise');
var rp = require('request-promise');
```
```


Since `request-promise` wraps around `request` everything that works with `request` also works with `request-promise`. Also check out the [`request` docs](https://github.com/request/request) for more examples.

### Crawl a webpage
### Crawl a webpage


``` js
``` js