Skip to content

Commit c20a089

Browse files
committed
Merge pull request #80 from Mikulas/patch-1
doc: fix browserify link
2 parents 94dccf6 + 8a3ac27 commit c20a089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/about.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Persistent, Keep-Alive connections
77
* Intelligent handling of node/connection failure
88
* 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]!).
1010
* Generalized, plug-able, and highly configurable architecture. You can change anything! See <<extending_core_components>>
1111

1212
=== Install in Node
@@ -59,4 +59,4 @@ module.service('es', function (esFactory) {
5959
var client = new $.es.Client({
6060
hosts: 'localhost:9200'
6161
});
62-
-------------------
62+
-------------------

0 commit comments

Comments
 (0)