Skip to content

Commit db7f4e3

Browse files
committed
docs(redis-smq-web-server): fix npm install command
1 parent 9832d33 commit db7f4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/redis-smq-web-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A lightweight, configurable HTTP server that hosts the RedisSMQ Web UI and expos
1919

2020
```bash
2121
# Using npm
22-
npm redis-smq redis-smq-common redis-smq-rest-api redis-smq-web-server --save
22+
npm install redis-smq redis-smq-common redis-smq-rest-api redis-smq-web-ui redis-smq-web-server --save
2323
```
2424

2525
## Quick Start

0 commit comments

Comments
 (0)