From 1fb1f6d6e5a25159e9c1f35b005098e05a4a18e4 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sun, 24 Feb 2019 19:58:11 +0000 Subject: [PATCH] readme fixes --- examples/client/asyncio/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/client/asyncio/README.rst b/examples/client/asyncio/README.rst index e7fcd7b1..c4ff8e2b 100644 --- a/examples/client/asyncio/README.rst +++ b/examples/client/asyncio/README.rst @@ -1,8 +1,8 @@ -Socket.IO Threading Examples -============================ +Socket.IO Asyncio Examples +========================== This directory contains example Socket.IO clients that work with the -`threading` package of the Python standard library. +`asyncio` package of the Python standard library. latency_client.py -----------------