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 14edfcc commit debf730Copy full SHA for debf730
examples/browserify/README.md
@@ -32,8 +32,9 @@ try {
32
33
1. Edit index.js and add your Rollbar `POST_CLIENT_ITEM_ACCESS_TOKEN`
34
- Sign up for a free account [here](https://rollbar.com/signup/)
35
-2. `browserify index.js > all.js`
36
-3. Open test.html in your browser and click the button
37
-4. Go to your project dashboard and see the error
+2. `npm install` (if you haven't already)
+3. `npm run build`
+4. Open test.html in your browser and click the button
38
+5. Go to your project dashboard and see the error
39
40

0 commit comments