Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- TypeScript typings ([#9](https://github.com/MetaMask/obj-multiplex/pull/9))
- TypeScript typings ([#9](https://github.com/MetaMask/object-multiplex/pull/9))
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# obj-multiplex
# @metamask/object-multiplex

simple stream multiplexing for `objectMode`
Simple stream multiplexing for `objectMode`.

### usage
## Usage

```js
// create multiplexer
Expand All @@ -21,4 +21,4 @@ streamA.write(123)

// or pipe together normally
streamB.pipe(evilAiBrain).pipe(streamB)
```
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "obj-multiplex",
"name": "@metamask/object-multiplex",
"version": "1.1.0",
"description": "",
"main": "dist/index.js",
Expand Down