Skip to content

Commit 5ad367d

Browse files
committed
Update README.md
1 parent b54a5ce commit 5ad367d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ $ npm install stackify-logger
1717

1818
```js
1919
var stackify = require('stackify-logger');
20-
```
21-
Start sending logs:
22-
```js
20+
2321
// this should be executed only once in the app
2422
stackify.start({apiKey: '***', env: 'dev'});
2523
```

0 commit comments

Comments
 (0)