From a18e43d059ff381105faf345341b23f057ace0e9 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Thu, 21 Jul 2011 12:45:21 +0200 Subject: [PATCH] Fix README links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20545ad..233870c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ How to install * Download the script or clone this repository: - git clone git://github.com/nicoulaj/zsh-syntax-highlighting.git + git clone git://github.com/zsh-users/zsh-syntax-highlighting.git * Source the script **at the end** of `~/.zshrc`: @@ -29,7 +29,7 @@ How to install * Download the script or clone this repository in [oh-my-zsh](http://github.com/robbyrussell/oh-my-zsh) plugins directory: cd ~/.oh-my-zsh/plugins/ - git clone git://github.com/nicoulaj/zsh-syntax-highlighting.git + git clone git://github.com/zsh-users/zsh-syntax-highlighting.git * Activate the plugin in `~/.zshrc` (in **last** position):