Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roshin8 authored Jun 26, 2017
1 parent ef8a1a9 commit b53aff1
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 @@ -15,7 +15,7 @@ Simple example, included as [examples/hello-world.js](https://github.com/mher/no
var celery = require('node-celery'),
client = celery.createClient({
CELERY_BROKER_URL: 'amqp://guest:guest@localhost:5672//',
CELERY_RESULT_BACKEND: 'amqp'
CELERY_RESULT_BACKEND: 'amqp://'
});

client.on('error', function(err) {
Expand Down

0 comments on commit b53aff1

Please sign in to comment.