Skip to content

Commit debf730

Browse files
committed
Updated README.md file
1 parent 14edfcc commit debf730

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/browserify/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ try {
3232

3333
1. Edit index.js and add your Rollbar `POST_CLIENT_ITEM_ACCESS_TOKEN`
3434
- 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
35+
2. `npm install` (if you haven't already)
36+
3. `npm run build`
37+
4. Open test.html in your browser and click the button
38+
5. Go to your project dashboard and see the error
3839

3940
![Screenshot](https://raw.githubusercontent.com/rollbar/rollbar.js/master/examples/browserify/img/screenshot.png)

0 commit comments

Comments
 (0)