README.md in blekko-search-0.0.2 vs README.md in blekko-search-0.0.3
- old
+ new
@@ -42,10 +42,10 @@
results = blekko.search("something funny", total_size: 1000)
By default, the searches will be made 100 results at a time, but you can reduce the page size using the ``:page_size`` argument too.
-Blekko asks that users of its API limit searches to one per second. This gem doesn't include that, but you may want to implement that feature (or send a pull request) especially if you are multithreading the search.
+Blekko requests that users of its API throttle searches to one per second. Use one ``Blekko`` instance with the default settings for all searching and slashtag management and that throttling will be taken care of for you.
#### Results
Each result includes the attributes that blekko provides, plus a couple more:
- ``n_group`` (alias: ``sequence``) = The number of the search result in the overall results from blekko.
\ No newline at end of file