Skip to content

Commit e1c9250

Browse files
committed
Merge pull request #68 from alex-litvak/master
Make v3 installation to be default
2 parents ea24cf1 + 35f25fb commit e1c9250

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
IronMQ v3 PHP Client Library
1+
IronMQ PHP Client Library
22
-------------
33

44
[IronMQ](http://www.iron.io/products/mq) is an elastic message queue for managing data and event flow within cloud applications and between systems.
55

6-
This library uses IronMQ API v3.
6+
This library uses IronMQ API.
77

88
## Getting Started
99

@@ -586,7 +586,7 @@ Returns an array of subscribers with status.
586586
### Acknowledge, That Push Message Is Processed
587587

588588
This method could be used to acknowledgement process of push messages.
589-
See [IronMQ v3 documentation](http://dev.iron.io/mq-onpremise/reference/push_queues/#long_running_processes__aka_202s)
589+
See [IronMQ documentation](http://dev.iron.io/mq-onpremise/reference/push_queues/#long_running_processes__aka_202s)
590590
on long-processing for further information.
591591

592592
```php

0 commit comments

Comments
 (0)