From ae71545358194f4c9db4f972ef8851d29c088601 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 19 Sep 2022 11:32:04 +0700 Subject: [PATCH] Mention `get-stream` --- readme.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/readme.md b/readme.md index 330758e..d273930 100644 --- a/readme.md +++ b/readme.md @@ -6,8 +6,8 @@ If you target Node.js 12 or later, you can use [`stream.Readable#from()`](https: ## Install -``` -$ npm install to-readable-stream +```sh +npm install to-readable-stream ``` ## Usage @@ -32,16 +32,5 @@ Value to convert to a stream. ## Related -- [into-stream](https://github.com/sindresorhus/into-stream) - More advanced version of this module - ---- - -
- - Get professional support for this package with a Tidelift subscription - -
- - Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. -
-
+- [into-stream](https://github.com/sindresorhus/into-stream) - More advanced version of this package +- [get-stream](https://github.com/sindresorhus/get-stream) - The opposite of this package