Skip to content

Commit

Permalink
docs(readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Dec 23, 2014
1 parent 6fd95ae commit f1d425c
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 @@ -19,7 +19,7 @@ npm install common-env
var logger = console;
var env = require('common-env')(logger);

// AMQP\_LOGIN="plop" AMQP_CONNECT=true node test.js
// AMQP_LOGIN="plop" AMQP_CONNECT=true node test.js
var config = env.getOrElseAll({
amqp: {
login: 'guest',
Expand Down

0 comments on commit f1d425c

Please sign in to comment.