diff --git a/README.md b/README.md index 176779f..207d562 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/UnauthorizedError.js' +import { isUnauthorizedError } from '@thream/socketio-jwt/build/UnauthorizedError.js' // Require Bearer Token const socket = io('http://localhost:9000', {