From e514ce6012a1794164381c06c624606c110b25fd Mon Sep 17 00:00:00 2001 From: Thiago Scalone <155578946+scalone-cw@users.noreply.github.com> Date: Tue, 26 Jul 2011 12:17:18 +0300 Subject: [PATCH] Fix download paths. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83a0641..eb69397 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Downloading You can download the script directly from github: - $ curl -O https://raw.github.com/evax/kerl/master/kerl + $ curl -O https://raw.github.com/spawngrid/kerl/master/kerl Then ensure it is executable @@ -22,7 +22,7 @@ Then ensure it is executable and drop it in your $PATH -Optionally download and install kerl's bash_completion file from https://github.com/evax/kerl/raw/master/bash_completion/kerl +Optionally download and install kerl's bash_completion file from https://github.com/spawngrid/kerl/raw/master/bash_completion/kerl How it works ============