aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-09-05 19:55:19 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-09-05 19:55:19 -0700
commit6fb9e82281250a4d4b8ddf3eb38c4974b321e5a5 (patch)
treedef00dbdd82b9739d10f36e8696c7e010b99d305 /README
parent8f6c27920d69c8a77ec0ff341ece81194e39bb4e (diff)
downloadpandoc-6fb9e82281250a4d4b8ddf3eb38c4974b321e5a5.tar.gz
Fixed typo.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index dc08c374d..0a04fb6ab 100644
--- a/README
+++ b/README
@@ -277,7 +277,7 @@ Reader options
Filters may be written in any language. `Text.Pandoc.JSON`
exports `toJSONFilter` to facilitate writing filters in Haskell.
- Those who would prefer to write filters in pandoc can use the
+ Those who would prefer to write filters in python can use the
module `pandoc.py`: see <http://github.com/jgm/pandoc-filters-python>
for the module and several examples. Note that the *EXECUTABLE*
will be sought in the user's `PATH`, and not in the working directory,