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