README.md in json_api_client-1.0.2 vs README.md in json_api_client-1.1.0

- old
+ new

@@ -402,10 +402,10 @@ You can customize how the scope builder methods map to request parameters. ```ruby class MyQueryBuilder - def def initialize(klass); end + def initialize(klass); end def where(conditions = {}) end # … add order, includes, paginate, page, first, build