README.md in trace_location-0.11.0 vs README.md in trace_location-0.12.0

- old
+ new

@@ -1,10 +1,10 @@ # TraceLocation [![Build Status](https://travis-ci.org/yhirano55/trace_location.svg?branch=master)](https://travis-ci.org/yhirano55/trace_location) -TraceLocation helps you get tracing the source location of codes, and helps you can get reading the huge open souce libraries in Ruby. +TraceLocation helps you trace the source location to ease reading huge open-source libraries in Ruby. ## Installation Add this line to your application's Gemfile: @@ -40,9 +40,10 @@ | name | content | example | |:-----|:--------|:--------| | format | `:md`, `:log`, `:csv` (default: `:md`) | `:md` | | match | Regexp, Symbol, String or Array for allow list | `[:activerecord, :activesupport]` | | ignore | Regexp, Symbol, String or Array for deny list | `/bootsnap\|activesupport/` | +| methods | Symbol or Array of method names | `[:call]` | ## More examples ### Example: Track the validation process of Active Record