We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbaecc commit 10bd595Copy full SHA for 10bd595
1 file changed
docs/README.md
@@ -46,7 +46,7 @@ To stop watching a websocket, simply stop the background job.
46
47
~~~powershell
48
# Create a WebSocket job that connects to a WebSocket and outputs the results.
49
-Get-WebSocket -WebSocketUri "wss://localhost:9669/"
+Get-WebSocket -SocketUrl "wss://localhost:9669/"
50
~~~
51
#### Get-WebSocket Example 2
52
0 commit comments