Update README
- Add build, coverage and devDependencies badges - Remove license section
This commit is contained in:
parent
0ec54078d0
commit
e260c5b53d
13
README.md
13
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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue