From 1d351b82f3999cd13c1c53f5cf5731f3db3b2fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Alper=20G=C3=BCzel?= <90072860+omeralperguzel@users.noreply.github.com> Date: Wed, 30 Aug 2023 09:45:07 +0300 Subject: [PATCH] docs: improve punctuation in README.md (#1682) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d0a92dc4..cd2ab699a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github. - Removes support for all end of life node versions (v12 and v14), and now supports node v18 and v20. - Completely rewritten in Typescript 🚀. -- When creating `MqttClient` instance `new` is now required +- When creating `MqttClient` instance `new` is now required. **v4.0.0** (Released 04/2020) removes support for all end of life node versions, and now supports node v12 and v14. It also adds improvements to debug logging, along with some feature additions.