Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ono authored Dec 10, 2019
1 parent c490c99 commit ba7bcdf
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
Expand Up @@ -19,7 +19,7 @@ Add AMQP as a dependency in your `mix.exs` file.
```elixir
def deps do
[
{:amqp, "~> 1.3"}
{:amqp, "~> 1.4.0"}
]
end
```
Expand Down Expand Up @@ -293,9 +293,9 @@ If the number equals `prefetch_count`, those messages were left without
acknowledgements and that's why consumer have stopped receiving more
messages.

#### What are Elixir, OTP and RabbitMQ versions supported?
#### The version compatibiliy

Please see [this wiki article](https://github.com/pma/amqp/wiki/Versions-and-Compatibilities) for the details.
Check out [this article](https://github.com/pma/amqp/wiki/Versions-and-Compatibilities) to find out the compatibility with Elixir, OTP and RabbitMQ.

#### Heartbeats

Expand Down

0 comments on commit ba7bcdf

Please sign in to comment.