Skip to content

Commit 84642dd

Browse files
authored
Add demo, change support to IE9+
1 parent 42fb45e commit 84642dd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<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>
77
</p>
88

9-
109
## Why Mitt?
1110

1211
- **Microscopic:** weighs less than 200 bytes gzipped
@@ -15,11 +14,14 @@
1514
- **Functional:** methods don't rely on `this`
1615
- **Great Name:** somehow [mitt](https://npm.im/mitt) wasn't taken
1716

18-
> 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.
17+
> Mitt was made for the browser, but works in any JavaScript runtime. It has no dependencies and supports IE9+.
1918
2019

21-
* * *
20+
## Examples & Demos
2221

22+
[Preact + Mitt Codepen Demo](http://codepen.io/developit/pen/rjMEwW?editors=0110)
23+
24+
* * *
2325

2426
## Usage
2527

0 commit comments

Comments
 (0)