README.md in action_logic-0.2.5 vs README.md in action_logic-0.2.6

- old
+ new

@@ -2,10 +2,11 @@ [![Codeship Status for rewinfrey/action_logic](https://codeship.com/projects/7737cf40-6808-0133-84a7-460d97cd31f0/status?branch=master)](https://codeship.com/projects/114179) [![Gem Version](https://badge.fury.io/rb/action_logic.svg)](https://badge.fury.io/rb/action_logic) [![Code Climate](https://codeclimate.com/github/rewinfrey/action_logic/badges/gpa.svg)](https://codeclimate.com/github/rewinfrey/action_logic) [![Coverage Status](https://coveralls.io/repos/rewinfrey/action_logic/badge.svg?branch=master&service=github)](https://coveralls.io/github/rewinfrey/action_logic?branch=master) +[![License](https://img.shields.io/badge/license-MIT-green.svg)](http://opensource.org/licenses/MIT) ### Introduction This is a business logic abstraction gem that provides structure to the organization and composition of business logic in a Ruby or Rails application. `ActionLogic` is inspired by gems like [ActiveInteraction](https://github.com/orgsync/active_interaction), [DecentExposure](https://github.com/hashrocket/decent_exposure), [Interactor](https://github.com/collectiveidea/interactor), [Light-Service](https://github.com/adomokos/light-service), [Mutations](https://github.com/cypriss/mutations), [Surrounded](https://github.com/saturnflyer/surrounded), [Trailblazer](https://github.com/apotonick/trailblazer) and [Wisper](https://github.com/krisleech/wisper). @@ -33,10 +34,10 @@ * [After Validations](#after-validations) * [Around Validations](#around-validations) * [Benchmarking](#benchmarking) * [Enable Benchmarking](#enable-benchmarking) * [Benchmark Logging](#benchmark-logging) - * [Benchark Log Formatting](#benchmark-log-formatting) + * [Benchmark Log Formatting](#benchmark-log-formatting) * [Custom Benchmark Handling](#custom-benchmark-handling) ### Backstory Consider a traditional e-commerce Rails application. Users can shop online and add items to their shopping cart until they are ready to check out.