README.md in inquisitio-0.1.6 vs README.md in inquisitio-0.1.7

- old
+ new

@@ -18,10 +18,10 @@ ## Usage This gem allows you to build and execute queries to run against Amazon Cloud Search. -``` +```ruby results = Inquisitio.where("foobar").per(10).page(2).with(facet: 'thingy') results.each do |result| # ... end ```