README.md in vdf-1.0.2 vs README.md in vdf-1.0.3
- old
+ new
@@ -1,12 +1,15 @@
# VDF
-VDF is a gem to convert Valve's KeyValue format to ruby hashes and back, based on the excellent [node-steam/vdf](https://github.com/node-steam/vdf)
-
-[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fsapphyrus%2Fvdf%2Fbadge&style=popout)](https://actions-badge.atrox.dev/sapphyrus/vdf/goto)
+[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fsapphyrus%2Fvdf%2Fbadge&style=flat)](https://actions-badge.atrox.dev/sapphyrus/vdf/goto)
[![Gem](https://img.shields.io/gem/v/vdf?color=%23E9573F)](https://rubygems.org/gems/vdf)
+[![Yard Docs](http://img.shields.io/badge/yard-docs-blue.svg)](https://rubydoc.info/gems/vdf)
+[![GitHub issues](https://img.shields.io/github/issues/sapphyrus/vdf)](https://github.com/sapphyrus/vdf/issues)
+[![License](https://img.shields.io/github/license/sapphyrus/vdf)](https://github.com/sapphyrus/vdf/blob/master/LICENSE.txt)
+VDF is a gem to convert Valve's KeyValue format to Ruby hashes and back, based on the excellent [node-steam/vdf](https://github.com/node-steam/vdf)
+
## Installation
Add this line to your application's Gemfile:
```ruby
@@ -80,9 +83,19 @@
vdf 1.312000 0.031000 1.343000 ( 1.348015)
vdf4r 53.422000 0.016000 53.438000 ( 54.020029)
```
Compared to the [vdf4r gem](https://github.com/skadistats/vdf4r) using [this script](https://gist.github.com/sapphyrus/3aab81ad06949c3743ad91e20ccf7c65).
+
+## Download
+
+The latest version of this library can be downloaded at
+
+* https://rubygems.org/gems/vdf
+
+Online Documentation should be located at
+
+* https://www.rubydoc.info/gems/vdf
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/sapphyrus/vdf.