Skip to content

Commit

Permalink
Merge pull request #68 from alex-litvak/master
Browse files Browse the repository at this point in the history
Make v3 installation to be default
  • Loading branch information
rkononov committed Nov 13, 2015
2 parents ea24cf1 + 35f25fb commit e1c9250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e1c9250

Please sign in to comment.