README: quick link from top to TcpConnection explanation

This commit is contained in:
Taivo Pungas 2017-12-21 15:01:35 +02:00 committed by GitHub
parent 5c002774de
commit 0a360ad09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ sure that your compiler is up-to-date and supports C++11.
**Note for the reader:** This readme file has a peculiar structure. We start
explaining the pure and hard core low level interface in which you have to
take care of opening socket connections yourself. In reality, you probably want
to use the simpler TCP interface that is being described later on.
to use the simpler TCP interface that is being described [later on](#tcp-connections).
ABOUT