README.md in blekko-search-0.0.3 vs README.md in blekko-search-0.0.4
- old
+ new
@@ -2,10 +2,12 @@
Search the Internet (or parts of the Internet!) with ease. This gem is powered by [blekko.com](http://www.blekko.com).
This gem is based on work done on [earmarkd.com](http://www.earmarkd.com) during [RailsRumble 2012](http://railsrumble.com).
+For an example of what's possible, check out [Daring Firesearch](http://daringfiresearch.net), a search engine tribute to John Gruber's [Daring Fireball](http://daringfireball.net).
+
## Installation
Add this line to your application's ``Gemfile``:
gem 'blekko-search'
@@ -42,10 +44,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 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.
+Blekko requests that users of its API throttle searches to one per second. All ``Blekko`` instances that share an API key will have their requests throttled through the same queuee.
#### 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