Skip to content

Commit

Permalink
Merge pull request php-amqplib#738 from marianofevola/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
lukebakken authored Sep 19, 2019
2 parents 3f05e15 + ddf0586 commit fb772e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Using AMQP 0.8 ##

If you still want to use the old version of the protocol then you can do it by settings the following constant in your configuration code:
If you still want to use the old version of the protocol then you can do it by setting the following constant in your configuration code:

```php
define('AMQP_PROTOCOL', '0.8');
Expand Down

0 comments on commit fb772e1

Please sign in to comment.