From efcf19e5a4dba78c1db6dbb8935e9703ec45ecac Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 17 Jan 2013 11:24:21 -0800
Subject: [PATCH] Slight modification of lhs instructions.

---
 README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 922165c3b..6ee7a984d 100644
--- a/README
+++ b/README
@@ -2510,9 +2510,9 @@ using the `-V` option:
 Literate Haskell support
 ========================
 
-If you append `+lhs` to an appropriate input or output format (`markdown`,
-`mardkown_strict`, `rst`, or `latex` for input or output; `beamer`,
-`html` or `html5` for output only), pandoc will treat the document as
+If you append `+lhs` (or `+literate_haskell`) to an appropriate input or output
+format (`markdown`, `mardkown_strict`, `rst`, or `latex` for input or output;
+`beamer`, `html` or `html5` for output only), pandoc will treat the document as
 literate Haskell source. This means that
 
   - In markdown input, "bird track" sections will be parsed as Haskell