Commit 4aa3c3399b7510fa0d68a956f6c98889e73c38dd

Authored by Andrew Kane
1 parent 6c1ac53a

Updated readme [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -147,7 +147,7 @@ select: [:name]
147 147  
148 148 ### Results
149 149  
150   -Searches return a `Searchkick::Results` object. This responds like an array to most methods.
  150 +Searches return a `Searchkick::Relation` object. This responds like an array to most methods.
151 151  
152 152 ```ruby
153 153 results = Product.search("milk")
... ...