From 4835b248df1d5086a9609d56ad7cee75137417c7 Mon Sep 17 00:00:00 2001 From: Guangwang Huang Date: Wed, 27 Nov 2019 22:45:10 +0800 Subject: [PATCH] Per review. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d227241..c577abd 100644 --- a/README.md +++ b/README.md @@ -83,14 +83,14 @@ You can [install TeX from upstream](http://tex.stackexchange.com/q/1092) (recomm #### Usage -At a command prompt, run (note that ``$`` is shell prompt) +At a command prompt, run ```bash $ cd examples/ -$ xelatex cv.tex +$ xelatex {your-cv}.tex ``` -This should result in the creation of ``cv.pdf``, substitute ``cv.tex`` with ``{your-cv}.tex`` in the above command. +This should result in the creation of ``cv.pdf``, for example, if you substitute ``{your-cv}.tex`` with ``cv.tex`` in the above command. ## Credit