Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Nov 1, 2022
1 parent d17b53e commit 4724173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Install with:
And require it in your code:

```js
const Logger = require('leekslazylogger');
const { Logger } = require('leekslazylogger');
const log = new Logger(options);
```

Expand Down

0 comments on commit 4724173

Please sign in to comment.