fix docs about component branch

This commit is contained in:
Leo Horie 2014-04-06 15:36:11 -04:00
parent 85a2259964
commit 86514b41f2

View file

@ -99,5 +99,5 @@ component install lhorie/mithril@gh-pages
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/gh-pages/mithril.min.js"></script>
```