README.md in rooble-0.3.0 vs README.md in rooble-0.3.1

- old
+ new

@@ -135,10 +135,10 @@ State.search("name", "Ma%") # => Yields 3 results where the value starts with Ma: Maine, Maryland and Massachusetts ``` ``` ruby - State.search("name", "%Ma", match_type: :end) + State.search("name", "%Ma") # => Yields 2 results where the value ends with ma: Alabama, Oklahoma ``` Searching in several fields