README.md in yaml-cv-0.1.0 vs README.md in yaml-cv-0.1.1
- old
+ new
@@ -1,6 +1,10 @@
-# yaml-cv
+yaml-cv
+[![ ](https://api.travis-ci.com/gmantaos/yaml-cv.svg?branch=master) ](https://travis-ci.com/gmantaos/yaml-cv)
+[![ ](https://img.shields.io/gem/dt/yaml-cv.svg)](https://rubygems.org/gems/yaml-cv)
+[![ ](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
+=====================
Static CV generator from a YAML file, in HTML or PDF format.
<h1 align="center">
<img src="examples/demo.png">
@@ -9,9 +13,11 @@
## Installation
```shell
$ gem install yaml-cv
```
+
+**Disclaimer:** On versions `0.1` PDF generation will be a little rough, since I implemented the release system before getting around to that.
## Usage
By default, the output will be printed to stdout in HTML format.