aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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