Skip to content

Commit dd46cf5

Browse files
authored
Merge pull request #21 from vcapretz/readme-badges
readme: add new badge for npm link
2 parents 0ed5ed8 + 5119980 commit dd46cf5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
Bull Dashboard is a UI built on top of [Bull](https://github.com/OptimalBits/bull) to help you visualize your queues and their jobs.
44

55
<p align="center">
6+
<a href="https://www.npmjs.com/package/bull-board">
7+
<img alt="npm downloads" src="https://img.shields.io/npm/dw/bull-board">
8+
</a>
69
<a href="https://github.com/vcapretz/bull-board/blob/master/LICENSE">
7-
<img alt="licence" src="https://img.shields.io/npm/l/dockest.svg?style=flat">
10+
<img alt="licence" src="https://img.shields.io/github/license/vcapretz/bull-board">
811
</a>
912
<a href="https://snyk.io/test/github/vcapretz/bull-board">
1013
<img alt="snyk" src="https://snyk.io/test/github/vcapretz/bull-board/badge.svg">
@@ -48,7 +51,7 @@ And then you can setup how your queues will work:
4851
```js
4952
const helloQueue = queues.add('helloQueue') // adds a queue
5053
const helloQueueWithOpts = queues.add('helloQueue', {
51-
prefix: 'hello',
54+
prefix: 'hello',
5255
}) // adds a queue with QueueOptions https://github.com/OptimalBits/bull/blob/master/REFERENCE.md#queue
5356

5457
// defines how the queue works

0 commit comments

Comments
 (0)