diff --git a/highlighter2.cabal b/highlighter2.cabal
--- a/highlighter2.cabal
+++ b/highlighter2.cabal
@@ -1,7 +1,10 @@
 name:                highlighter2
-version:             0.2.4
+version:             0.2.5
 synopsis:            source code highlighting
 description:
+    It's fork from original highlighter, with some changes for performance.
+    This version work faster (5 - 10 times) for big files (> 1000 lines of code).
+    .
     Processes source code using tons of lexers, tokenizing it and formatting it as e.g. HTML.
     .
     Very similar to the Python Pygments library; many lexers directly converted from it.
