Rocketseat / adonis-bull

The easiest way to start using an asynchronous job queue with AdonisJS. Ready for Adonis v5 ⚡️
MIT License
308 stars 57 forks source link

Update README.md #15

Closed remcoplasmeyer closed 4 years ago

remcoplasmeyer commented 4 years ago

Current preloads/bull.js in the README.md doesn't seem to work. Works on my end when edited to:

const Bull = use("Rocketseat/Bull");

Bull.process();
// Optionally you can start BullBoard:
Bull.ui(9999); // http://localhost:9999
// You don't need to specify the port, the default number is 9999
HigoRibeiro commented 4 years ago

@remcoplasmeyer thanks for your contrib! But in next version I already updated that! So it's not necessary change it. I'll publish the new version today!!

💜