diff --git a/docs/about.asciidoc b/docs/about.asciidoc index 40afe4b66..a3369bf04 100644 --- a/docs/about.asciidoc +++ b/docs/about.asciidoc @@ -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 <> === Install in Node @@ -59,4 +59,4 @@ module.service('es', function (esFactory) { var client = new $.es.Client({ hosts: 'localhost:9200' }); -------------------- \ No newline at end of file +-------------------