diff --git a/README.md b/README.md index bc728ad..f195756 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ npm install resumed jsonresume-theme-even npx resumed render ``` +See [example](https://github.com/rbardini/resume.rbardini.com). + ### Standalone usage _Even_ comes with a barebones CLI that reads resumes from `stdin` and outputs HTML to `stdout`. This allows usage without any resume builder tools: @@ -51,3 +53,5 @@ _Even_ comes with a barebones CLI that reads resumes from `stdin` and outputs HT ```console cat resume.json | npx jsonresume-theme-even > resume.html ``` + +See [example](https://github.com/beacampbell/resume).