README.md in okuribito_rails-0.0.2 vs README.md in okuribito_rails-0.1.0
- old
+ new
@@ -2,18 +2,16 @@
[![Code Climate](https://codeclimate.com/github/muramurasan/okuribito_rails.png)](https://codeclimate.com/github/muramurasan/okuribito_rails)
[![Test Coverage](https://codeclimate.com/github/muramurasan/okuribito_rails/badges/coverage.svg)](https://codeclimate.com/github/muramurasan/okuribito_rails/coverage)
# OkuribitoRails
-OkuribitoRails is an engine for Rails that aims to be the managing method call status.
+OkuribitoRails is an engine for Rails that aims to manage method call status.
-You should create a configuration file. (Describe the method name you want to monitor)
+OkuribitoRails monitors method calls with YAML.
-When OkuribitoRails detected a method call during application execution, it registers the method call information in the DB.
+You can identify methods that have not been called from anywhere!
-In other words, you can identify methods that have not been called from anywhere in production!
-
-![OkuribitoRails](https://raw.githubusercontent.com/muramurasan/okuribito_rails/master/doc/sample.png)
+![Sample](https://raw.githubusercontent.com/muramurasan/okuribito_rails/master/doc/sample.png)
# Features
Here's a comprehensive list of the features currently in OkuribitoRails: