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