diff --git a/README.md b/README.md index 6cda015..23bdad8 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,10 @@ Same as `channel.cork` but on the muxer instance. Same as `channel.uncork` but on the muxer instance. +#### `for (const channel of muxer) { ... }` + +The muxer instance is iterable, so you can iterate over all the channels. + ## License MIT