File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
* Persistent, Keep-Alive connections
7
7
* Intelligent handling of node/connection failure
8
8
* Load balancing (with plug-able selection strategy) across all available nodes.
9
- * Works great in node, as well as modern browsers (many thanks to https://github com/substack/node-browserify[browserify]! !).
9
+ * Works great in node, as well as modern browsers (many thanks to https://github. com/substack/node-browserify[browserify]!).
10
10
* Generalized, plug-able, and highly configurable architecture. You can change anything! See <<extending_core_components>>
11
11
12
12
=== Install in Node
@@ -59,4 +59,4 @@ module.service('es', function (esFactory) {
59
59
var client = new $.es.Client({
60
60
hosts: 'localhost:9200'
61
61
});
62
- -------------------
62
+ -------------------
You can’t perform that action at this time.
0 commit comments