From 4ba9a452eab07b89a646c38c1ffbec1e2bfd8921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sun, 6 Aug 2023 11:45:16 +0200 Subject: [PATCH] docs: improve Prerequisites section --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 207d562..dbdbcd2 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,12 @@ Authenticate socket.io incoming connections with JWTs. -Compatible with `socket.io >= 3.0.0`. - -This repository was originally forked from [auth0-socketio-jwt](https://github.com/auth0-community/auth0-socketio-jwt) & it is not intended to take any credit but to improve the code from now on. +This repository was originally forked from [auth0-socketio-jwt](https://github.com/auth0-community/auth0-socketio-jwt) and it is not intended to take any credit but to improve the code from now on. ## Prerequisites - [Node.js](https://nodejs.org/) >= 16.0.0 +- [Socket.IO](https://socket.io/) >= 3.0.0 ## 💾 Install