diff --git a/RENDER.md b/RENDER.md index bc947c2..1f1b75f 100644 --- a/RENDER.md +++ b/RENDER.md @@ -10,7 +10,7 @@ For documents I intend to distribute (such as this CV), I typically watch markdo ## Command ```bash -echo README.md | entr -s 'pandoc -f gfm -t html --metadata pagetitle="CV, Nicholas Warzin, 2023" --css github.css README.md -o cv_nicholas-warzin_2023.pdf'' +echo README.md | entr -s 'pandoc -f gfm -t html --metadata pagetitle="CV, Nicholas Warzin, 2023" --css github.css README.md -o cv_nicholas-warzin_2023.pdf' ``` ### Explanation