Skip to content

Commit

Permalink
Added reference to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrisbin committed Aug 17, 2016
1 parent a5ebf82 commit d50aec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ This is a fork of the [official RabbitMQ/AMQP Erlang client](https://github.com/
It's meant to be included in your rebar projects in your rebar.config file:

{deps, [
{amqp_client, ".*", {git, "git://github.com/jbrisbin/amqp_client.git", {tag, "rabbitmq-3.5.6"}}}
{amqp_client, ".*", {git, "git://github.com/jbrisbin/amqp_client.git", {tag, "rabbitmq-3.6.2"}}}
]}.

The "master" branch of this port is a simple re-packaging of the rabbit_common AMQP client dependency.
Expand Down

0 comments on commit d50aec0

Please sign in to comment.