Skip to content

Commit

Permalink
fix README to reflect require('amqp') rather than amqp-091
Browse files Browse the repository at this point in the history
  • Loading branch information
postwait committed Jun 3, 2011
1 parent 4c83a19 commit aa9a49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ implements the 0.9.1 version of the AMQP protocol.
An example of connecting to a server and listening on a queue. An example of connecting to a server and listening on a queue.


var sys = require('sys'); var sys = require('sys');
var amqp = require('amqp-091'); var amqp = require('amqp');


var connection = amqp.createConnection({ host: 'dev.rabbitmq.com' }); var connection = amqp.createConnection({ host: 'dev.rabbitmq.com' });


Expand Down

0 comments on commit aa9a49d

Please sign in to comment.