Skip to content

Commit

Permalink
feat: WebSocket Parameter Sets ( Fixes #73, Fixes #74, Fixes #76 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Jan 24, 2025
1 parent 3dbaecc commit 10bd595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To stop watching a websocket, simply stop the background job.

~~~powershell
# Create a WebSocket job that connects to a WebSocket and outputs the results.
Get-WebSocket -WebSocketUri "wss://localhost:9669/"
Get-WebSocket -SocketUrl "wss://localhost:9669/"
~~~
#### Get-WebSocket Example 2

Expand Down

0 comments on commit 10bd595

Please sign in to comment.