We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012f339 commit 9c44aefCopy full SHA for 9c44aef
README.md
@@ -40,7 +40,7 @@ app.service('es', function (esFactory) {
40
```
41
42
## If you are using jQuery
43
-Use elasticsearch.jquery.js` instead. Rather than a global `elasticsearch` it will create a `jQuery.es` namespace.
+Use `elasticsearch.jquery.js` instead. Rather than a global `elasticsearch` it will create a `jQuery.es` namespace.
44
45
var client = new $.es.Client({
46
hosts: 'localhost:9200'
0 commit comments