diff options
author | bubbleboy14 <mario.balibrera@gmail.com> | 2023-01-20 13:14:23 -0800 |
---|---|---|
committer | bubbleboy14 <mario.balibrera@gmail.com> | 2023-01-20 13:14:23 -0800 |
commit | be4110c08c5d10b52410c36c72d1deb9e4cbf32c (patch) | |
tree | d6dddc00338bc416ba72e7de629dd170270ddb8f /docs/source/getting_started.rst | |
parent | 7d83cc3e559526ca2d6774768baffc19ff14f8da (diff) | |
parent | 601a9022d6044bf6d414fdb1122916b65dc58ca7 (diff) | |
download | websocket-client-t858.tar.gz |
Merge branch 'master' into t858t858
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 |