Skip to content

Commit e792d34

Browse files
Update queues.md
1 parent 620c79c commit e792d34

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/techniques/queues.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ Both BullMQ and Bull use [Redis](https://redis.io/) to persist job data, so you'
1212

1313
This chapter covers the `@nestjs/bullmq` and `@nestjs/bull` packages. We also recommend reading the [BullMQ](https://docs.bullmq.io/) and [Bull](https://github.com/OptimalBits/bull/blob/master/REFERENCE.md) documentation for more background and specific implementation details.
1414

15-
#### Installation
16-
17-
Find below two similar sections, one adapted for <a href="techniques/queues#bullmq-installation">BullMQ</a> and one for <a href="techniques/queues#bull-installation">Bull</a>.
18-
19-
##### BullMQ Installation
15+
#### BullMQ installation
2016

2117
To begin using BullMQ, we first install the required dependencies.
2218

0 commit comments

Comments
 (0)