Skip to content

Commit a79dc1e

Browse files
committed
Update tracker-scrape.md
1 parent ad72559 commit a79dc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tracker-scrape.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ client.on('scrape', function (data) {
3131
Bundle up `scrape.js` and it's dependencies into a single file called `bundle.js`:
3232

3333
```bash
34-
browserify scrape.js -o bundle.js`
34+
browserify scrape.js -o bundle.js
3535
```
3636

3737
`index.html`:

0 commit comments

Comments
 (0)