Readme typo fix

This commit is contained in:
Gideon le Grange 2014-01-15 07:43:14 +02:00
parent 3a9238b41a
commit 3aded5419f
1 changed files with 1 additions and 1 deletions

View File

@ -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
------------