Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down