diff --git a/README.md b/README.md index 16da37f..56fa230 100644 --- a/README.md +++ b/README.md @@ -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.