From e211cddeb7bee81fe65ada34aa2864e9a61bea73 Mon Sep 17 00:00:00 2001 From: futpib Date: Fri, 14 Jun 2019 23:35:51 +0300 Subject: [PATCH] Update readme.md with a review suggestion Co-Authored-By: Sindre Sorhus --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4a49bcb..7d771f1 100644 --- a/readme.md +++ b/readme.md @@ -95,7 +95,7 @@ Returns `string[]` of matching paths. ### globby.stream(patterns, [options]) -Returns a `ReadableStream` of matching paths. +Returns a [`stream.Readable`](https://nodejs.org/api/stream.html#stream_readable_streams) of matching paths. ### globby.generateGlobTasks(patterns, options?)