Skip to content

Commit b1afa2b

Browse files
toondaeysindresorhus
andauthoredOct 19, 2020
Fix readme example comment (#1505)
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
1 parent 390b145 commit b1afa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const pipeline = promisify(stream.pipeline);
112112
fs.createWriteStream('index.html')
113113
);
114114

115-
// For POST, PUT, and PATCH methods `got.stream` returns a `stream.Writable`
115+
// For POST, PUT, PATCH, and DELETE methods, `got.stream` returns a `stream.Writable`.
116116
await pipeline(
117117
fs.createReadStream('index.html'),
118118
got.stream.post('https://sindresorhus.com')

0 commit comments

Comments
 (0)
Please sign in to comment.