aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Miller <[email protected]>2017-01-17 11:44:33 -0500
committerGitHub <[email protected]>2017-01-17 11:44:33 -0500
commit84642ddfe2d54dac51d1432bbf69493dd4fce136 (patch)
tree762a67c08ff8903643f8d72d2abf7b144a18b493 /README.md
parent42fb45ef29482c136e7ba602bc27bfe2c50c2f00 (diff)
Add demo, change support to IE9+
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 46ec287..4f099a7 100644
--- a/README.md
+++ b/README.md
@@ -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