Skip to content

Commit 10bd595

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: WebSocket Parameter Sets ( Fixes #73, Fixes #74, Fixes #76 )
1 parent 3dbaecc commit 10bd595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To stop watching a websocket, simply stop the background job.
4646

4747
~~~powershell
4848
# Create a WebSocket job that connects to a WebSocket and outputs the results.
49-
Get-WebSocket -WebSocketUri "wss://localhost:9669/"
49+
Get-WebSocket -SocketUrl "wss://localhost:9669/"
5050
~~~
5151
#### Get-WebSocket Example 2
5252

0 commit comments

Comments
 (0)