update component docs - it doesn't support non-master branches

This commit is contained in:
Leo Horie 2014-04-07 11:51:36 -04:00
parent 05630b2b95
commit 2054edae10
3 changed files with 4 additions and 4 deletions

View file

@ -93,11 +93,11 @@ npm install -g component
And you can download Mithril by typing this:
```
component install lhorie/mithril@gh-pages
component install lhorie/mithril
```
Then, to use Mithril, point a script tag to the downloaded file:
```markup
<script src="/components/lhorie/mithril/gh-pages/mithril.min.js"></script>
<script src="/components/lhorie/mithril/master/mithril.min.js"></script>
```