Trim trailing single quote.

This commit is contained in:
Nicholas Warzin 2023-12-18 14:50:43 -05:00
parent 10a30286b1
commit ec353e8c00

View File

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