README.md in search_cop-1.0.2 vs README.md in search_cop-1.0.3

- old
+ new

@@ -95,10 +95,10 @@ end ``` ## How does it work -SearchCop parses the query and maps it to an SQL Query using Arel. +SearchCop parses the query and maps it to an SQL Query in a database agnostic way. Thus, SearchCop is not bound to a specific RDBMS. ```ruby Book.search("stock > 0") # ... WHERE books.stock > 0