summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/filters.md b/doc/filters.md
index f4c14c009..a27d657fb 100644
--- a/doc/filters.md
+++ b/doc/filters.md
@@ -204,9 +204,9 @@ pandoc can produce and consume:
target format
-The module `Text.Pandoc.JSON` contains a function `toJSONFilter`
-that makes it easy to write such filters. Here is a filter
-version of `behead.hs`:
+The module `Text.Pandoc.JSON` (from `pandoc-types`) contains a
+function `toJSONFilter` that makes it easy to write such
+filters. Here is a filter version of `behead.hs`:
~~~~ {.haskell}
#!/usr/bin/env runhaskell