Skip to content

Commit 09a38ab

Browse files
author
Spencer Alger
committed
Typos
1 parent 07eefde commit 09a38ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ npm install --save elasticsearch
3333

3434
Download one of these browser-ready builds, or install them with `bower`
3535

36-
NOTE: The entire API is compatible with IE 10+, Chrome, Firefox, Safari, and Opera. **IE 8 & 9** only support GET and POST requests cross-domain which is how the `'XhrConnection'` class makes it's requests.
36+
NOTE: The entire API is compatible with IE 10+, Chrome, Firefox, Safari, and Opera. **IE 8 & 9** only support GET and POST requests cross-domain which is how the `XhrConnection` class makes it's requests.
3737

3838
- [elasticsearch.js](dist/elasticsearch.min.js) - [dev](dist/elasticsearch.js)
3939
- uses the browser's native XMLHttpRequest object
@@ -53,7 +53,7 @@ bower install elasticsearch-angular
5353

5454
- [elasticsearch.jquery.js](dist/elasticsearch.jquery.min.js) - [dev](dist/elasticsearch.jquery.js)
5555
- Uses jQuery's .ajax() method
56-
- Returns jQuery deferred objects (Adds an abort() method)
56+
- Returns jQuery promises (Adds an `abort()` method)
5757

5858
```
5959
bower install elasticsearch-jquery
@@ -68,6 +68,7 @@ var elasticsearch = require('elasticsearch');
6868
var es = new elasticsearch.Client({
6969
...
7070
});
71+
```
7172

7273
### hosts
7374
Type: `String`, `String[]` or `Object[]`

0 commit comments

Comments
 (0)