FIxed typo in README. Closes #390.

This commit is contained in:
John MacFarlane 2012-01-25 15:13:06 -08:00
parent b1a2f02082
commit 2c4a55d160

2
README
View file

@ -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