summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/tar/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/tar/README.md')
-rw-r--r--deps/npm/node_modules/tar/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/tar/README.md b/deps/npm/node_modules/tar/README.md
index 262dd063eb..034e4865c7 100644
--- a/deps/npm/node_modules/tar/README.md
+++ b/deps/npm/node_modules/tar/README.md
@@ -108,7 +108,7 @@ tar.c( // or tar.create
gzip: <true|gzip options>
},
['some', 'files', 'and', 'folders']
-).pipe(fs.createWriteStream('my-tarball.tgz')
+).pipe(fs.createWriteStream('my-tarball.tgz'))
```
To replicate `tar xf my-tarball.tgz` you'd do: