small change to README

This commit is contained in:
Emiel Bruijntjes 2015-11-17 09:53:05 +01:00
parent cb1eeb5fc5
commit 8c1b427e9b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ it can be used in high performance applications without the need for threads.
The AMQP-CPP library uses C++11 features, so if you intend use it, please make
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 with
**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.