README.md in koma-0.15.0 vs README.md in koma-0.16.0

- old
+ new

@@ -1,12 +1,12 @@ # Koma [![Gem](https://img.shields.io/gem/v/koma.svg)](https://rubygems.org/gems/koma) [![Build Status](https://travis-ci.org/k1LoW/koma.svg?branch=master)](https://travis-ci.org/k1LoW/koma) -Koma gather host inventory without agent. +Koma is an inventory monitoring tool that doesn’t require agent installation on the sever side. ## Installation -Add this line to your application's Gemfile: +Add the following line to your application's Gemfile: ```ruby gem 'koma' ``` @@ -130,10 +130,10 @@ user group service ``` -## Contributing +## Contribution 1. Fork it ( https://github.com/k1LoW/koma/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`)