fix browserify link
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
* Persistent, Keep-Alive connections
|
||||
* Intelligent handling of node/connection failure
|
||||
* Load balancing (with plug-able selection strategy) across all available nodes.
|
||||
* Works great in node, as well as modern browsers (many thanks to https://github com/substack/node-browserify[browserify]!!).
|
||||
* Works great in node, as well as modern browsers (many thanks to https://github.com/substack/node-browserify[browserify]!).
|
||||
* Generalized, plug-able, and highly configurable architecture. You can change anything! See <<extending_core_components>>
|
||||
|
||||
=== Install in Node
|
||||
@ -59,4 +59,4 @@ module.service('es', function (esFactory) {
|
||||
var client = new $.es.Client({
|
||||
hosts: 'localhost:9200'
|
||||
});
|
||||
-------------------
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user