small change to README
This commit is contained in:
parent
cb1eeb5fc5
commit
8c1b427e9b
|
|
@ -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
|
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.
|
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
|
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
|
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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue