From 0de2c3264afa420b8afc420ced027c11419e7e04 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Mon, 4 Apr 2016 00:24:54 +0000 Subject: [PATCH] version in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b510e23..e7ae0d7 100644 --- a/readme.md +++ b/readme.md @@ -51,7 +51,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.githubusercontent.com/tlevine/urchin/v0.0.6/urchin + wget https://raw.githubusercontent.com/tlevine/urchin/v0.1.0-rc2/urchin chmod +x urchin Urchin can be installed with npm too.