From 58eb45d0a1565e5c5f995344b86612b3b319d733 Mon Sep 17 00:00:00 2001 From: Rafael Bardini Date: Sat, 6 Nov 2021 14:45:45 +0100 Subject: [PATCH] docs(readme): add Resumed and standalone examples --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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).