Skip to content

Commit

Permalink
Tweaked README to reflect new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrisbin committed Aug 31, 2011
1 parent 0b650e9 commit c4f42f7
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 @@ -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_2.5.0"}}}
{amqp_client, ".*", {git, "git://github.com/jbrisbin/amqp_client.git", {tag, "rabbitmq_2.6.0"}}}
]}.

This is simply a re-packaging of the AMQP client, which is licensed under the MPL:
Expand Down

0 comments on commit c4f42f7

Please sign in to comment.