update docs for component

This commit is contained in:
Leo Horie 2014-07-02 09:31:36 -04:00
parent f564844bb9
commit 07c4e0bdd2
5 changed files with 14 additions and 4 deletions

View file

@ -99,7 +99,7 @@ component install lhorie/mithril
Then, to use Mithril, point a script tag to the downloaded file:
```markup
<script src="/components/lhorie/mithril/master/mithril.min.js"></script>
<script src="/components/lhorie/mithril/master/mithril.js"></script>
```
---