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 - ---- - -