improve docs

This commit is contained in:
Leo Horie 2014-09-14 00:52:11 -04:00
parent 067da7eedc
commit 1dffbf781f
5 changed files with 71 additions and 2 deletions

View file

@ -16,6 +16,8 @@ In order to use Mithril, extract it from the zip file and point a script tag to
<script src="mithril.min.js"></script>
```
Note that in order to support older versions of IE, you need to include [some shims](tools.md#internet-explorer-compatibility).
---
### CDNs (Content Delivery Networks)