README.md in thebigdb-1.2.2 vs README.md in thebigdb-1.2.3

- old
+ new

@@ -9,10 +9,10 @@ gem install thebigdb ## Simple usage The following actions return a TheBigDB::StatementRequest object, on which you can add params using ``.with(hash_of_params)``. -The request will be executed once you call regular methods of Hash on it (``each_pair``, ``[key]``, etc.), or force it with ``execute``. +The request will be executed once you call regular methods of Hash on it (``each_pair``, ``[key]``, etc.), or force it with ``load``. The Hash returned represents the server's JSON response. ### Search \([api doc](http://developers.thebigdb.com/api#statements-search)\) TheBigDB.search("iPhone").with(page: 2)