Skip to content

Commit 826fcd1

Browse files
committed
docs: update @commandkit/queue tag
1 parent 310cd94 commit 826fcd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/website/docs/guide/09-useful-utilities/07-commandkit-queue.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ multiple services using a simple, unified interface.
1919
## Installation
2020

2121
```bash
22-
npm install @commandkit/queue
22+
npm install @commandkit/queue@next
2323
```
2424

2525
For Discord.js integration with Redis:
2626

2727
```bash
28-
npm install @commandkit/queue @discordjs/brokers ioredis
28+
npm install @commandkit/queue@next @discordjs/brokers ioredis
2929
```
3030

3131
## Basic setup

0 commit comments

Comments
 (0)