From 72b6604cbc87451df11f8ca2d53a78f58a268a2e Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Sat, 22 Mar 2014 16:12:36 -0400 Subject: [PATCH] fix typo in install docs --- archive/v0.1.1/installation.html | 4 ++-- archive/v0.1.1/mithril.min.zip | Bin 20069 -> 20069 bytes docs/installation.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archive/v0.1.1/installation.html b/archive/v0.1.1/installation.html index 6f059453..291cd4fb 100644 --- a/archive/v0.1.1/installation.html +++ b/archive/v0.1.1/installation.html @@ -62,12 +62,12 @@

Bower

Bower is a package manager for NodeJS. If you're using NodeJS already or planning on using Grunt to create a build system, you can use Bower to conveniently keep up-to-date with Mithril versions.

-

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

+

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

npm install -g bower

And you can download Mithril by typing this:

bower install mithril

Then, to use Mithril, point a script tag to the downloaded file:

-
<script src="bower_components/mithril/mithril.min.js"></script>
+
<script src="/bower_components/mithril/mithril.min.js"></script>
diff --git a/archive/v0.1.1/mithril.min.zip b/archive/v0.1.1/mithril.min.zip index f889aeb847fdba3d04dd4248ff6fdaf5bd867315..158e3da7aa8e3311488aded4464b72951a136f4e 100644 GIT binary patch delta 45 vcmaDlhw + ```