We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad72559 commit a79dc1eCopy full SHA for a79dc1e
examples/tracker-scrape.md
@@ -31,7 +31,7 @@ client.on('scrape', function (data) {
31
Bundle up `scrape.js` and it's dependencies into a single file called `bundle.js`:
32
33
```bash
34
-browserify scrape.js -o bundle.js`
+browserify scrape.js -o bundle.js
35
```
36
37
`index.html`:
0 commit comments