From 9ff8bf354110e860c73f3298278c8be6ba44cb64 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Tue, 13 Apr 2021 23:25:52 +0100 Subject: [PATCH] Updated socketio javascript client versions in documentation --- README.rst | 2 +- docs/intro.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 83ea1e78..e1428846 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ Engine.IO protocols. +------------------------------+-----------------------------+-----------------------------+-------------------------+ | 1.x and 2.x | 3, 4 | 3 | 4.x | +------------------------------+-----------------------------+-----------------------------+-------------------------+ -| 3.x | 5 | 4 | 5.x | +| 3.x and 4.x | 5 | 4 | 5.x | +------------------------------+-----------------------------+-----------------------------+-------------------------+ Resources diff --git a/docs/intro.rst b/docs/intro.rst index d1514d2c..6ee87d9a 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -38,7 +38,7 @@ Engine.IO protocols. +------------------------------+-----------------------------+-----------------------------+-------------------------+-------------------------+ | 1.x and 2.x | 3, 4 | 3 | 4.x | 3.x | +------------------------------+-----------------------------+-----------------------------+-------------------------+-------------------------+ -| 3.x | 5 | 4 | 5.x | 4.x | +| 3.x and 4.x | 5 | 4 | 5.x | 4.x | +------------------------------+-----------------------------+-----------------------------+-------------------------+-------------------------+ Client Examples