Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelooblan2016 committed Oct 26, 2022
1 parent c6adea7 commit 6588f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ npm i mrx-plogger
```
## Usage
```bash
const {plogger} = require('../dist/index');
const {plogger} = require('mrx-plogger');
( async () => {
// create a logfile within the same folder
let ploggerIniatiated = new plogger({logFileName: 'test.log'});
Expand Down

0 comments on commit 6588f55

Please sign in to comment.