README.md in fief-0.0.1 vs README.md in fief-0.0.2
- old
+ new
@@ -7,11 +7,10 @@
[![rake](https://github.com/yegor256/fief/actions/workflows/rake.yml/badge.svg)](https://github.com/yegor256/fief/actions/workflows/rake.yml)
[![PDD status](http://www.0pdd.com/svg?name=yegor256/fief)](http://www.0pdd.com/p?name=yegor256/fief)
[![Gem Version](https://badge.fury.io/rb/fief.svg)](http://badge.fury.io/rb/fief)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/fief/blob/master/LICENSE.txt)
[![Maintainability](https://api.codeclimate.com/v1/badges/396ec0584e0a84adc723/maintainability)](https://codeclimate.com/github/yegor256/fief/maintainability)
-[![Test Coverage](https://img.shields.io/codecov/c/github/yegor256/fief.svg)](https://codecov.io/github/yegor256/fief?branch=master)
![Lines of code](https://img.shields.io/tokei/lines/github/yegor256/fief)
[![Hits-of-Code](https://hitsofcode.com/github/yegor256/fief)](https://hitsofcode.com/view/github/yegor256/fief)
This simple script will help you collect statistics about your
GitHub repositories and generate a simple HTML report. First, install it:
@@ -23,9 +22,11 @@
Then, run it locally and read its output:
```bash
$ fief --repo yegor256/fief --verbose
```
+
+For example, [here is mine](https://yegor256.github.io/fief/).
## How to contribute
Read [these guidelines](https://www.yegor256.com/2014/04/15/github-guidelines.html).
Make sure you build is green before you contribute