Skip to content

Commit 9c44aef

Browse files
committed
Fix backticks in jQuery section in README
1 parent 012f339 commit 9c44aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ app.service('es', function (esFactory) {
4040
```
4141

4242
## If you are using jQuery
43-
Use elasticsearch.jquery.js` instead. Rather than a global `elasticsearch` it will create a `jQuery.es` namespace.
43+
Use `elasticsearch.jquery.js` instead. Rather than a global `elasticsearch` it will create a `jQuery.es` namespace.
4444
```
4545
var client = new $.es.Client({
4646
hosts: 'localhost:9200'

0 commit comments

Comments
 (0)