diff options
Diffstat (limited to 'docs/source/getting_started.rst')
-rw-r--r-- | docs/source/getting_started.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 5f3e3f6..c69a1e7 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -12,8 +12,7 @@ For an easy example, run the following: The above command will provide you with an interactive terminal to communicate with the echo.websocket.events server. This server will echo back any message you -send it. You can test this WebSocket connection in your browser, without this -library, by visiting the URL https://websocket.org/echo.html. +send it. The wsdump.py script has many additional options too, so it's a great way to try using this library without writing any custom code. The output of |