From ff6a84a8e1e4361a7f484581cf041596d415add4 Mon Sep 17 00:00:00 2001 From: Divlo Date: Fri, 9 Sep 2022 11:41:42 +0200 Subject: [PATCH] fix: publish updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8078fe0..176779f 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ io.on('connection', async (socket) => { ```ts import { io } from 'socket.io-client' -import { isUnauthorizedError } from '@thream/socketio-jwt' +import { isUnauthorizedError } from '@thream/socketio-jwt/UnauthorizedError.js' // Require Bearer Token const socket = io('http://localhost:9000', {