Skip to content

Commit

Permalink
Merge pull request #304 from rollbar/docs
Browse files Browse the repository at this point in the history
Updating docs for clarity
  • Loading branch information
rivkahstandig3636 authored Jun 5, 2017
2 parents 4200bb9 + 689ef72 commit 3aa0cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/rollbar.js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ var Rollbar = require("rollbar");
var rollbar = new Rollbar("POST_SERVER_ITEM_ACCESS_TOKEN");
```

Other options can be passed into the constructor using a second parameter. E.g.:
Other options can be passed into the constructor as a collection. E.g.:

```js
// Configure the library to send errors to api.rollbar.com
Expand Down

0 comments on commit 3aa0cc5

Please sign in to comment.