From d7e807b7f994e3ab43fb1aad1e7faf8188dea25e Mon Sep 17 00:00:00 2001 From: yujiosaka Date: Tue, 8 Dec 2020 19:09:39 +0900 Subject: [PATCH] docs: state socket.io 2.x support (#627) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a6541d7..8a2f418 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Socket.IO-client Java [![Build Status](https://travis-ci.org/socketio/socket.io-client-java.png?branch=master)](https://travis-ci.org/socketio/socket.io-client-java) -This is the Socket.IO v1.x Client Library for Java, which is simply ported from the [JavaScript client](https://github.com/socketio/socket.io-client). +This is the Socket.IO v1.x and v2.x Client Library for Java, which is simply ported from the [JavaScript client](https://github.com/socketio/socket.io-client). See also: @@ -192,4 +192,3 @@ This library supports all of the features the JS client does, including events, ## License MIT -