docs(readme): update standalone usage example

This commit is contained in:
Rafael Bardini 2022-09-26 01:23:00 +02:00
parent d2ab1c7a96
commit 1b096746b9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ See [example](https://github.com/rbardini/resume.rbardini.com).
_Even_ comes with a barebones CLI that reads resumes from `stdin` and outputs HTML to `stdout`. This allows usage without any resume builder tools:
```console
cat resume.json | npx jsonresume-theme-even > resume.html
npx jsonresume-theme-even < resume.json > resume.html
```
See [example](https://github.com/beacampbell/resume).