From 90aa78da4e52da342d76ddddf9395df6df2bac0b Mon Sep 17 00:00:00 2001 From: Rafael Bardini Date: Mon, 26 Sep 2022 01:27:04 +0200 Subject: [PATCH] docs(readme): remove example links --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 717a79c..f0e6735 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,6 @@ 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: @@ -52,5 +50,3 @@ _Even_ comes with a barebones CLI that reads resumes from `stdin` and outputs HT ```console npx jsonresume-theme-even < resume.json > resume.html ``` - -See [example](https://github.com/beacampbell/resume).