From aae18ec24839d82ab54340894f1b8e46f3de7fdf Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Thu, 24 Nov 2016 16:27:39 +0200 Subject: [PATCH] Fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87b6623..92d2be5 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ DEFAULT_CONNECTION_TIMEOUT | Default connection `timeout` value (ms) | 60000 ### Try with resources -The API can also be used in a "try with resources" statement which will ensure that the connection is close +The API can also be used in a "try with resources" statement which will ensure that the connection is closed: ```java try (ApiConnection con = ApiConnection.connect(SocketFactory.getDefault(), Config.HOST, ApiConnection.DEFAULT_PORT, 2000)) {