Update tracker-scrape.md

This commit is contained in:
Feross Aboukhadijeh 2016-03-16 16:38:30 -07:00
parent ad72559ceb
commit a79dc1eb1e

View File

@ -31,7 +31,7 @@ client.on('scrape', function (data) {
Bundle up `scrape.js` and it's dependencies into a single file called `bundle.js`:
```bash
browserify scrape.js -o bundle.js`
browserify scrape.js -o bundle.js
```
`index.html`: