Skip to content

Commit 0068764

Browse files
itsachenisaacs
authored andcommitted
Fix example typo
close #200
1 parent 88d6071 commit 0068764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ tar.c( // or tar.create
108108
gzip: <true|gzip options>
109109
},
110110
['some', 'files', 'and', 'folders']
111-
).pipe(fs.createWriteStream('my-tarball.tgz')
111+
).pipe(fs.createWriteStream('my-tarball.tgz'))
112112
```
113113

114114
To replicate `tar xf my-tarball.tgz` you'd do:

0 commit comments

Comments
 (0)