From 3aded5419ffaecc0ecc12bd64f6e8e84fb160f53 Mon Sep 17 00:00:00 2001 From: Gideon le Grange Date: Wed, 15 Jan 2014 07:43:14 +0200 Subject: [PATCH] Readme typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 034cca5..814c368 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ ApiConnection con = ApiConnection.connectTLS("10.0.1.1"); // connect to router u Currently only anonymous TLS is supported, not certificates. -In following examples the connection, logging and disconnection code will not be repeated. +In following examples the connection, login and disconnection code will not be repeated. Reading data ------------