From 4ea6b8378da9010607fbc796b05c6be415bbb805 Mon Sep 17 00:00:00 2001 From: benjaminbecker <34645182+benjaminbecker@users.noreply.github.com> Date: Tue, 15 Dec 2020 14:10:24 +0100 Subject: [PATCH] deletes deleted example from README.md --- examples/asyncio/websocket/echo/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/asyncio/websocket/echo/README.md b/examples/asyncio/websocket/echo/README.md index 59eaf4546..7fd308170 100644 --- a/examples/asyncio/websocket/echo/README.md +++ b/examples/asyncio/websocket/echo/README.md @@ -24,10 +24,6 @@ To run the Python client python client.py ws://127.0.0.1:9000 -or (Python 3) +or python client_coroutines.py ws://127.0.0.1:9000 - -or (Python 2) - - python client_coroutines_py2.py ws://127.0.0.1:9000