Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit ff6a84a

Browse files
committed
fix: publish updated README
1 parent c7c152a commit ff6a84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ io.on('connection', async (socket) => {
132132

133133
```ts
134134
import { io } from 'socket.io-client'
135-
import { isUnauthorizedError } from '@thream/socketio-jwt'
135+
import { isUnauthorizedError } from '@thream/socketio-jwt/UnauthorizedError.js'
136136

137137
// Require Bearer Token
138138
const socket = io('http://localhost:9000', {

0 commit comments

Comments
 (0)