From 14726f7dd494dccc66ce5f31d17fe31c5f891c44 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Wed, 12 Jul 2017 20:58:38 -0700 Subject: [PATCH] docs: add basic readme for mithril-stream --- stream/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 stream/README.md diff --git a/stream/README.md b/stream/README.md new file mode 100644 index 00000000..d4cb92c1 --- /dev/null +++ b/stream/README.md @@ -0,0 +1,6 @@ +mithril-stream [![NPM Version](https://img.shields.io/npm/v/mithril-stream.svg)](https://www.npmjs.com/package/mithril-stream) [![NPM License](https://img.shields.io/npm/l/mithril-stream.svg)](https://www.npmjs.com/package/mithril-stream) +============== + +Mithril's `m.stream` as a standalone module. + +See [mithril.js.org/stream.html](https://mithril.js.org/stream.html) for docs/usage.