From bca33a0b788476dd9582549b2b7caae6cd0106b7 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 15 Apr 2015 22:41:15 -0400 Subject: [PATCH] fix docs about using bleeding edge from npm --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 458f1ff6..28c9c79c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -131,6 +131,6 @@ In order to update a forked version of Mithril, [follow the instructions on this To use the bleeding edge version from npm, use the following command: ``` -npm install git://github.com/lhorie/mithril.js/tarball/next --save +npm install git://github.com/lhorie/mithril.js#next --save ```