diff --git a/docs/Get-WebSocket.md b/docs/Get-WebSocket.md
index 6f913cc..e178609 100644
--- a/docs/Get-WebSocket.md
+++ b/docs/Get-WebSocket.md
@@ -314,10 +314,11 @@ Many websockets require an initial authentication handshake
after an initial message is received.
This parameter can be either a ScriptBlock or any other object.
If it is a ScriptBlock, it will be run with the output of the WebSocket passed as the first argument.
+This will run after the socket is connected but before any messages are received.
-|Type |Required|Position|PipelineInput|Aliases |
-|------------|--------|--------|-------------|----------------------|
-|`[PSObject]`|false |named |false |Authorize
Identify|
+|Type |Required|Position|PipelineInput|Aliases |
+|------------|--------|--------|-------------|--------------------------|
+|`[PSObject]`|false |named |false |Authorize
HelloMessage|
#### **Watch**
If set, will watch the output of the WebSocket job, outputting results continuously instead of outputting a websocket job.