Skip to content

Commit 56a46c1

Browse files
authored
Update README.md
1 parent fec1f57 commit 56a46c1

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
@@ -425,7 +425,7 @@ export class MessageController {
425425

426426
| Signature | Description |
427427
|-----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
428-
| `@SocketController(namespace?: string|Regex)` | Registers a class to be a socket controller that can listen to websocket events and respond to them. |
428+
| `@SocketController(namespace?: string\|Regex)` | Registers a class to be a socket controller that can listen to websocket events and respond to them. |
429429
| `@OnMessage(messageName: string)` | Registers controller's action to be executed when socket receives message with given name. |
430430
| `@OnConnect()` | Registers controller's action to be executed when client connects to the socket. |
431431
| `@OnDisconnect()` | Registers controller's action to be executed when client disconnects from the socket. |

0 commit comments

Comments
 (0)