From 9d32ae054c9b0516417cd1b1a24b9f432c6ce8f9 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Thu, 4 Feb 2016 10:59:06 +0200 Subject: [PATCH] Updated README for accuracy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65e03bf..099e86f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This library uses [semantic versioning](http://semver.org/) Version 3.0 addresses the problems the API had around TLS encryption. The way secure connections are implemented is changed so that the user has complete control over the creation of TLS sockets. To this end: * A new method, `connect(SocketFactory fact, String host, int port, int timeout)`, was added to allow for better user control over sockets and especially encryption. * The `connectTLS()` API methods were removed. -* All the overloaded `connect()` methods were removed. +* Most of the overloaded `connect()` methods were removed. * Added a pre-built `jar` file to the downloads. Further changes include: