From 1b096746b9b5c858e6d1d0a88d6480f04b63a7dd Mon Sep 17 00:00:00 2001 From: Rafael Bardini Date: Mon, 26 Sep 2022 01:23:00 +0200 Subject: [PATCH] docs(readme): update standalone usage example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc0e8ce..717a79c 100644 --- a/README.md +++ b/README.md @@ -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).