Skip to content

Commit

Permalink
docs: update Node.js Learn Event Emitter link (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfeil authored Sep 18, 2024
1 parent 72c008d commit 3e252e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ events.
The `Client` class wraps a client connection to an
MQTT broker over an arbitrary transport method (TCP, TLS,
WebSocket, ecc).
`Client` is an [EventEmitter](https://nodejs.dev/en/learn/the-nodejs-event-emitter/) that has it's own [events](#events)
`Client` is an [EventEmitter](https://nodejs.org/en/learn/asynchronous-work/the-nodejs-event-emitter) that has it's own [events](#events)

`Client` automatically handles the following:

Expand Down

0 comments on commit 3e252e7

Please sign in to comment.