From 2054edae10bb2f8aca503a8f86472f20f5ca7bd1 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 7 Apr 2014 11:51:36 -0400 Subject: [PATCH] update component docs - it doesn't support non-master branches --- archive/v0.1.3/installation.html | 4 ++-- archive/v0.1.3/mithril.min.zip | Bin 20819 -> 20819 bytes docs/installation.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archive/v0.1.3/installation.html b/archive/v0.1.3/installation.html index 1790116d..347cd311 100644 --- a/archive/v0.1.3/installation.html +++ b/archive/v0.1.3/installation.html @@ -82,9 +82,9 @@

Assuming you have NodeJS installed, you can install Bower by typing this in the command line:

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:

-
<script src="/components/lhorie/mithril/gh-pages/mithril.min.js"></script>
+
<script src="/components/lhorie/mithril/master/mithril.min.js"></script>
diff --git a/archive/v0.1.3/mithril.min.zip b/archive/v0.1.3/mithril.min.zip index 3067b3e6c856559054e2e1a97cf16261e6b74219..8d5c9e6dc5b312d5325cda5e142bcde022f0e9b9 100644 GIT binary patch delta 45 vcmcb-i1G3wMxFp~W)?065QvD|$n#u|DI#w3SGn7UKzj0}04os17w8HAJ1q`9 delta 45 vcmcb-i1G3wMxFp~W)?065ZD^Dk>|M_)7GHPU*&Ea0_n+@0<1t3U!W@hP~i`O diff --git a/docs/installation.md b/docs/installation.md index b3f033c4..c7b1ae28 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 - + ```