From e260c5b53d6ca320ecff3eda5da1d85dfe5a2d9e Mon Sep 17 00:00:00 2001 From: Rafael Bardini Date: Sun, 5 Jul 2020 17:26:03 +0200 Subject: [PATCH] Update README - Add build, coverage and devDependencies badges - Remove license section --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f7c63ff..b3fad98 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # jsonresume-theme-even [![npm package version](https://img.shields.io/npm/v/jsonresume-theme-even.svg)](https://www.npmjs.com/package/jsonresume-theme-even) -[![Dependency status](https://img.shields.io/david/rbardini/jsonresume-theme-even.svg)](https://david-dm.org/rbardini/jsonresume-theme-even) +[![Build status](https://img.shields.io/github/workflow/status/rbardini/jsonresume-theme-even/Main)](https://github.com/rbardini/jsonresume-theme-even/actions) +[![Code coverage](https://img.shields.io/codecov/c/github/rbardini/jsonresume-theme-even.svg)](https://codecov.io/gh/rbardini/jsonresume-theme-even) +[![Dependencies status](https://img.shields.io/david/rbardini/jsonresume-theme-even.svg)](https://david-dm.org/rbardini/jsonresume-theme-even) +[![devDependencies status](https://img.shields.io/david/rbardini/jsonresume-theme-even.svg)](https://david-dm.org/rbardini/jsonresume-theme-even?type=dev) A flat theme for [JSON Resume](https://jsonresume.org/), compatible with the bleeding edge [resume schema](https://github.com/jsonresume/resume-schema/tree/v1.0.0). @@ -9,8 +12,6 @@ Based on [jsonresume-theme-flat](https://github.com/erming/jsonresume-theme-flat ## Installation - $ npm install jsonresume-theme-even - -## License - -Licensed under the [MIT License](https://opensource.org/licenses/MIT). +```console +npm install jsonresume-theme-even +```