diff --git a/README.md b/README.md index b7c2a8eb8..2f65020df 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ The official low-level Elasticsearch client for Node.js and the browser. -[](https://travis-ci.org/elasticsearch/elasticsearch-js?branch=2.1) [](https://coveralls.io/r/elasticsearch/elasticsearch-js?branch=2.1) [](https://david-dm.org/elasticsearch/elasticsearch-js) +[](https://travis-ci.org/elasticsearch/elasticsearch-js?branch=2.1) +[](https://coveralls.io/r/elasticsearch/elasticsearch-js?branch=2.1) +[](https://david-dm.org/elasticsearch/elasticsearch-js) ## Features @@ -12,29 +14,31 @@ The official low-level Elasticsearch client for Node.js and the browser. - Persistent, Keep-Alive connections - Load balancing (with pluggable selection strategy) across all available nodes. -## Install in Node.js +## Use in Node.js ``` npm install elasticsearch ``` - [](https://npmjs.org/package/elasticsearch) -## Browser Builds +## Use in the Browser -[](https://saucelabs.com/u/elasticsearch-js) +Check out the [Browser Builds](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/browser-builds.html) doc page for help downloading and setting up the client for use in the browser. -We also provide builds of the elasticsearch.js client for use in the browser. These versions of the client are currently *experimental*. - -### Bower -If you use bower to manage your dependencies, then just run: -``` -bower install elasticsearch -``` - -### Download - - v2.1.4: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.4.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.4.tar.gz) +
| bower: | +bower install elasticsearch |
+|
| download: | ++zip + | ++tar.gz + | +