From 408b100295b2531845aec1b2b65c5459e3fb6a11 Mon Sep 17 00:00:00 2001 From: Chris Knadler Date: Tue, 26 Feb 2013 17:59:53 -0800 Subject: [PATCH] Fix relative link in main readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f47020..a34d64c 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,12 @@ How to install plugins=( [plugins...] zsh-syntax-highlighting) * Source `~/.zshrc` to take changes into account: - + source ~/.zshrc How to tweak ------------ -Syntax highlighting is done by pluggable highlighter scripts, see the [highlighters directory](zsh-syntax-highlighting/tree/master/highlighters) +Syntax highlighting is done by pluggable highlighter scripts, see the [highlighters directory](highlighters) for documentation and configuration settings.