README.md in data-com-api-0.1.3 vs README.md in data-com-api-0.1.4
- old
+ new
@@ -25,10 +25,12 @@
```
You can then configure the client in the following way:
```ruby
-client.page_size = 100 # Value must be between 1 and 100
+# Value must be between 1 and 500, 100 will be used if search_company is used
+# and supplied value is greater than 100
+client.page_size = 100
```
You can also get the totals API calls performed on the client with:
```ruby