From 7b3c12e9d335f7b2257d4d71715256dc00c23eae Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Wed, 3 Feb 2016 21:49:03 +0200 Subject: [PATCH] Corrected typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 251f0bb..65e03bf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Version 3.0 addresses the problems the API had around TLS encryption. The way se * 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. -* Added a pre-built `jar` file to the dowloads. +* Added a pre-built `jar` file to the downloads. Further changes include: * The previously deprecated `disconnect()` method is removed.