aboutsummaryrefslogtreecommitdiff
path: root/node_modules/write-json-file/readme.md
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-27 19:33:54 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-27 19:34:16 +0100
commit0e6de2c31dbf8c21277481f112e99c52b913940f (patch)
tree91789032de3b8eec9d789acd1323f25fc5d08422 /node_modules/write-json-file/readme.md
parentceda0da31ad542c598c68146ae0712ca03df3d71 (diff)
node_modules
Diffstat (limited to 'node_modules/write-json-file/readme.md')
-rw-r--r--node_modules/write-json-file/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/write-json-file/readme.md b/node_modules/write-json-file/readme.md
index ab9162889..c148f0529 100644
--- a/node_modules/write-json-file/readme.md
+++ b/node_modules/write-json-file/readme.md
@@ -8,7 +8,7 @@ Creates directories for you as needed.
## Install
```
-$ npm install --save write-json-file
+$ npm install write-json-file
```
@@ -38,7 +38,7 @@ Type: `Object`
##### indent
Type: `string` `number`<br>
-Default: `\t`
+Default: `'\t'`
Indentation as a string or number of spaces.<br>
Pass in `null` for no formatting.