From 340ea4e98bc7dd938f114aedbdc54a6607582f78 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 20 Mar 2013 02:43:27 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9858f89..e8d68ef 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -Console Highlighter is tool that leverages Alex Gorbatchev's Syntax Highlighter tool to highlight all his supported syntax highlighting. Rather than perform that syntax highlighting on the web, however, it uses ANSI escape sequences to highlight supplied source code in the console. +Console Highlighter is tool that leverages Alex Gorbatchev's Syntax Highlighter (https://github.com/alexgorbatchev/SyntaxHighlighter) tool to highlight all his supported syntax highlighting. Rather than perform that syntax highlighting on the web, however, it uses ANSI escape sequences to highlight supplied source code in the console. It also has node.js bindings such that this functionality can be used in other node based applications with ease.