Skip to content

Commit c7bced7

Browse files
committed
Merge pull request #1 from steveYeah/patch-2
Patch 2
2 parents f21d869 + 1642258 commit c7bced7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Require the bundle in your composer.json file:
3232
````
3333
{
3434
"require": {
35-
"oldsound/rabbitmq-bundle": "1.2.*",
35+
"oldsound/rabbitmq-bundle": "1.3.*",
3636
}
3737
}
3838
```
@@ -393,7 +393,7 @@ public function indexAction($name)
393393
{
394394
$client = $this->get('old_sound_rabbit_mq.integer_store_rpc');
395395
$client->addRequest(serialize(array('min' => 0, 'max' => 10)), 'random_int', 'request_id');
396-
$timout = 5; // seconds
396+
$timeout = 5; // seconds
397397
try {
398398
$replies = $client->getReplies($timeout);
399399
// process $replies['request_id'];

0 commit comments

Comments
 (0)