Skip to content

Commit e91130a

Browse files
committed
Update README.md
1 parent 232a5a1 commit e91130a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var stackify = require('stackify-logger');
2121
Start sending logs:
2222
```js
2323
// this should be executed only once in the app
24-
stackify.start(options);
24+
stackify.start({apiKey: '***', env: 'dev'});
2525
```
2626
The following options could be passed. 'apiKey' is the only one that required:
2727
* __apiKey:__ client license key

0 commit comments

Comments
 (0)