From 35f25fb1c23cf4944cf2b2dac8231f09175be10c Mon Sep 17 00:00:00 2001 From: Alex Litvak Date: Fri, 13 Nov 2015 18:31:55 +0600 Subject: [PATCH] Make v3 installation to be default --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14d31d7..e7b65d7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -IronMQ v3 PHP Client Library +IronMQ PHP Client Library ------------- [IronMQ](http://www.iron.io/products/mq) is an elastic message queue for managing data and event flow within cloud applications and between systems. -This library uses IronMQ API v3. +This library uses IronMQ API. ## Getting Started @@ -586,7 +586,7 @@ Returns an array of subscribers with status. ### Acknowledge, That Push Message Is Processed This method could be used to acknowledgement process of push messages. -See [IronMQ v3 documentation](http://dev.iron.io/mq-onpremise/reference/push_queues/#long_running_processes__aka_202s) +See [IronMQ documentation](http://dev.iron.io/mq-onpremise/reference/push_queues/#long_running_processes__aka_202s) on long-processing for further information. ```php