diff options
| author | Jason Miller <[email protected]> | 2017-01-17 11:44:33 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-17 11:44:33 -0500 |
| commit | 84642ddfe2d54dac51d1432bbf69493dd4fce136 (patch) | |
| tree | 762a67c08ff8903643f8d72d2abf7b144a18b493 /README.md | |
| parent | 42fb45ef29482c136e7ba602bc27bfe2c50c2f00 (diff) | |
Add demo, change support to IE9+
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -6,7 +6,6 @@ <a href="https://www.npmjs.org/package/mitt"><img src="https://img.shields.io/npm/v/mitt.svg?style=flat" alt="npm"></a> <a href="https://travis-ci.org/developit/mitt"><img src="https://travis-ci.org/developit/mitt.svg?branch=master" alt="travis"></a> </p> - ## Why Mitt? - **Microscopic:** weighs less than 200 bytes gzipped @@ -15,11 +14,14 @@ - **Functional:** methods don't rely on `this` - **Great Name:** somehow [mitt](https://npm.im/mitt) wasn't taken -> Mitt was made for the browser, but works in any JavaScript runtime. It has no dependencies and only uses basic language features. It probably works in Internet Explorer 5. +> Mitt was made for the browser, but works in any JavaScript runtime. It has no dependencies and supports IE9+. -* * * +## Examples & Demos +[Preact + Mitt Codepen Demo](http://codepen.io/developit/pen/rjMEwW?editors=0110) + +* * * ## Usage |
