From 78a6064b618d9df8073169df56f28335a81bf7a7 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 6 Jan 2014 22:14:59 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff0db44..5db30e4 100644 --- a/README.md +++ b/README.md @@ -283,8 +283,9 @@ FLAGS AND TABLES Let's take a closer look at one method in the Channel object to explain two other concepts of this AMQP library: flags and tables. The method that we -will be looking at is the Channel::declareQueue() method - but flags and -tables are used by many other methods in the Channel class as well. +will be looking at is the Channel::declareQueue() method - but we could've +picked a different method too because flags and +tables are used by many methods. ````c++ /**