From 232745ff075949f420c820c8d2157bf15d2ad923 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Mon, 22 Feb 2010 01:42:38 +0200 Subject: [PATCH] Explain where most of high-level API documentation can be found --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 9a6c0709..0473e899 100644 --- a/README +++ b/README @@ -33,6 +33,7 @@ To get started, refer to the various bundled examples: ruby examples/mq/primes.rb 4 # parallelized prime number generation ruby examples/mq/logger.rb # simple logging api +For high level API documentation see MQ class. For more details into the lower level AMQP client API, run the simple client example: ruby examples/amqp/simple.rb # low-level AMQP api