Skip to content

Commit 5eaac57

Browse files
committed
readme: tidy
1 parent 1776c9c commit 5eaac57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Writing `JSON.stringify()` and then `fs.writeFile()` and `JSON.parse()` with `fs
1919
Installation
2020
------------
2121

22-
npm install jsonfile --save
22+
npm install --save jsonfile
2323

2424

2525

@@ -122,7 +122,7 @@ Global configuration to set spaces to indent JSON files.
122122
```js
123123
var jsonfile = require('jsonfile')
124124

125-
jsonfile.spaces = 4;
125+
jsonfile.spaces = 4
126126

127127
var file = '/tmp/data.json'
128128
var obj = {name: 'JP'}

0 commit comments

Comments
 (0)