diff --git a/docs/stream.md b/docs/stream.md index 17b0d407..a87a9712 100644 --- a/docs/stream.md +++ b/docs/stream.md @@ -40,6 +40,14 @@ Streams are NOT bundled with Mithril's core distribution. To include the Streams var Stream = require("mithril/stream") ``` +You can also download the module directly if your environment does not support a bundling toolchain: + +```markup + +``` + +When loaded directly with a `