From 2d3a017830c69dfefcbde185c72a972c344873c1 Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Wed, 1 Jun 2016 10:16:40 -0500 Subject: [PATCH] Clarified on error default handling Previous phrasing was misleading. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae61c2a..eb213a4 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ You can close your open socket when you no longer need it by using `metrics.clos ### Errors -By default `errors` get logged. If you wish to change this behavior simply specify a `on_error` function when instantiating the `lynx` client. +By default `errors` get emitted. If you wish to change this behavior simply specify a `on_error` function when instantiating the `lynx` client. ``` js function on_error(err) {