diff --git a/doc/api/fs.md b/doc/api/fs.md index 5b30579fff657c..16311dead4467b 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1612,6 +1612,9 @@ If `position` is `null`, data will be read from the current file position. The callback is given the three arguments, `(err, bytesRead, buffer)`. +If this method is invoked as its [`util.promisify()`][]ed version, it returns +a Promise for an object with `bytesRead` and `buffer` properties. + ## fs.readdir(path[, options], callback)