From 8631cc1061058c020755a95960dea042c7ffdd71 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 20 Oct 2015 14:56:10 +0000 Subject: [PATCH] README.md += overview description paragraph Based on text by Carsten Hey . --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c754179..7c4211a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ zsh-syntax-highlighting *Requirements: zsh 4.3.17+.* +This package provides syntax highlighing for the shell zsh. It enables +highlighing of commands whilst they are typed at a zsh prompt into an +interactive terminal. This helps in reviewing commands before running +them, particularly in catching syntax errors. + How to install --------------