diff --git a/README.md b/README.md index f354941..0e13cc3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# @balena/stream-adapters +# stream-adapters WhatWG web streams and conversion utilities for node.js, browser-ready. @@ -13,21 +13,20 @@ without the `WebStream API`, you will need the polyfills: * stream-browserify * web-streams-polyfill -This code is mostly taken the [node internals](https://github.com/nodejs/node/blob/master/lib/internal/webstreams/adapters.js), and just made to work on both browser and server. +This code is mostly taken the [node internals](https://github.com/nodejs/node/blob/master/lib/internal/webstreams/adapters.js), and just made to work on both browser and server. All credit should go to @jasnell for the code written here. Note: This is an experimental api built on top of another experimental api. Use with caution. - ## Installation ``` -npm install @balena/stream-adapters +npm install stream-adapters ``` with peer dependencies: ``` -npm install @balena/stream-adapters stream-browserify web-streams-polyfill +npm install --savea-dev stream-adapters stream-browserify web-streams-polyfill ``` ## Usage diff --git a/package.json b/package.json index ca1ba7a..6458e27 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@balena/stream-adapters", + "name": "stream-adapters", "version": "0.0.1", "description": "WhatWG web streams and Node stream conversion utilities for node.js", "main": "index.js", @@ -21,7 +21,7 @@ "author": "Zane Hitchcox ", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/balena-io-modules/stream-adapters/issues" + "url": "https://github.com/zwhitchcox/stream-adapters/issues" }, "peerDependencies": { "stream-browserify": "^3.0.0",