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