From 08ea7bb88fb443c6c23308b9c396dafa2cb1af23 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Fri, 26 Feb 2016 16:14:54 +0000 Subject: [PATCH] specify version in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d0505c8..1cd0e49 100644 --- a/readme.md +++ b/readme.md @@ -36,7 +36,7 @@ Urchin is contained in a single file, so you can install it by copying it to a directory in your `PATH`. For example, you can run the following as root. cd /usr/local/bin - wget https://raw.github.com/tlevine/urchin/master/urchin + wget https://raw.githubusercontent.com/tlevine/urchin/v0.0.6/urchin chmod +x urchin Urchin can be installed with npm too.