Skip to content

Commit f3b3500

Browse files
committed
docs: Update usage comment for multiple Raven instances
1 parent b478429 commit f3b3500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/singleton.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ module.exports = Raven;
4646
* const someAppReporter = new Raven.Client();
4747
* const someOtherAppReporter = new Raven.Client();
4848
*
49-
* someAppReporter('__DSN__', {
49+
* someAppReporter.config('__DSN__', {
5050
* ...config goes here
5151
* });
5252
*
53-
* someOtherAppReporter('__OTHER_DSN__', {
53+
* someOtherAppReporter.config('__OTHER_DSN__', {
5454
* ...config goes here
5555
* });
5656
*

0 commit comments

Comments
 (0)