README.md in elasticsearch-api-1.0.0 vs README.md in elasticsearch-api-1.0.1
- old
+ new
@@ -14,11 +14,11 @@
The library is compatible with Ruby 1.8.7 or higher.
The library is compatible with Elasticsearch 0.90 and 1.0 -- you have to install and use a matching version, though.
-The 1.0 pre-release version and the master branch are compatible with **Elasticsearch 1.0** API.
+The 1.x versions and the master branch are compatible with **Elasticsearch 1.0** API.
To use the **Elasticsearch 0.90** API, install the **0.4.x** gem version or use the corresponding
[`0.4`](https://github.com/elasticsearch/elasticsearch-ruby/tree/0.4) branch.
## Installation
@@ -149,10 +149,10 @@
mash = Hashie::Mash.new response
mash.hits.hits.first._source.title
# => 'Test'
-response.facets.tags.terms.first
+mash.facets.tags.terms.first
# => #<Hashie::Mash count=3 term="z">
```
## License