diff --git a/pandoc-include-code.cabal b/pandoc-include-code.cabal
--- a/pandoc-include-code.cabal
+++ b/pandoc-include-code.cabal
@@ -2,16 +2,13 @@
 synopsis:      A Pandoc filter for including code from source files
 description:
   A Pandoc filter for including code from source files.
-
-  You get to:
-
-  Keep your examples and documentation compiled and in sync
-  Include small snippets from larger source files
-  Use Markdown or LaTeX output in Pandoc
+  It lets you keep your examples and documentation compiled and in sync,
+  include small snippets from larger source files, and use Markdown or LaTeX
+  together with preformatted HTML-like sources, in Pandoc.
 author:        Oskar Wickström
 maintainer:    Oskar Wickström
 homepage:	     https://github.com/owickstrom/pandoc-include-code
-version:       0.1.0
+version:       0.2.0
 cabal-version: >= 1.8
 build-type:    Simple
 category:      Documentation
