aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-01-25 15:13:06 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2012-01-25 15:13:06 -0800
commit2c4a55d160a52b01e208b19c5d42521dcca35e78 (patch)
treee51a0f69ccc101e493b8138ba8cd6b29c3f6f55f /README
parentb1a2f02082d89b21d659264bc83e0ddbcca656e2 (diff)
downloadpandoc-2c4a55d160a52b01e208b19c5d42521dcca35e78.tar.gz
FIxed typo in README. Closes #390.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 4435e2812..2034783f0 100644
--- a/README
+++ b/README
@@ -101,7 +101,7 @@ to limit input to markdown. Note that whereas `markdown2pdf` would
create an ouput file based on the input file name, `pandoc` requires
that you specify the output filename explicitly. So,
- pandoc input.txt -o input.pdf --latex-program=xelatex
+ pandoc input.txt -o input.pdf --latex-engine=xelatex
does the same thing