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 +```