Skip to content

Commit

Permalink
Fix usage example (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
konekoya authored Feb 9, 2023
1 parent 02f07ea commit c70d76c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $ npm install configstore
## Usage

```js
import fs from 'node:fs';
import Configstore from 'configstore';

const packageJson = JSON.parse(fs.readFileSync('./package.json', 'utf8'));
Expand Down

0 comments on commit c70d76c

Please sign in to comment.