From d0e4cf4159b5052843268250cf157eb34bce0084 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 25 Jun 2015 04:43:55 +0100 Subject: [PATCH] readme: Add link to pygments.org and use their tagline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2e441a..a163f9a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Pygments.php - A Thin Wrapper for the Python Pygments [![Coverage Status](https://coveralls.io/repos/kzykhys/Pygments.php/badge.png)](https://coveralls.io/r/kzykhys/Pygments.php) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/3efddd61-f6e2-4f4a-949d-9ca7230f6e56/mini.png)](https://insight.sensiolabs.com/projects/3efddd61-f6e2-4f4a-949d-9ca7230f6e56) -A PHP wrapper for the Python Pygments syntax highlighter +A PHP wrapper for the [Pygments](http://pygments.org/), the Python syntax highlighter. Requirements ------------