From 9ff04a947e39746ef1351111cda18d13644a1cd8 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 26 Oct 2017 11:39:02 -0700
Subject: [PATCH] Small fix to API guide.

---
 doc/using-the-pandoc-api.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/using-the-pandoc-api.md b/doc/using-the-pandoc-api.md
index 705ad1f97..8eb34d091 100644
--- a/doc/using-the-pandoc-api.md
+++ b/doc/using-the-pandoc-api.md
@@ -55,9 +55,9 @@ Markdown input:
 # A simple example
 
 Here is a simple example of the use of a pandoc reader and
-writer to perform a conversion inside ghci:
+writer to perform a conversion:
 
-```
+```haskell
 import Text.Pandoc
 import qualified Data.Text as T
 import qualified Data.Text.IO as TIO