Skip to content

Commit cfd337f

Browse files
authored
chore: correct command reference
1 parent 6224ee4 commit cfd337f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ app = Litestar(plugins=[saq])
2929
You can start a background worker with the following command now:
3030

3131
```shell
32-
litestar --app-dir=examples/ --app basic:app tasks run-worker
32+
litestar --app-dir=examples/ --app basic:app workers run
3333
Using Litestar app from env: 'basic:app'
3434
Starting SAQ Workers ──────────────────────────────────────────────────────────────────
3535
INFO - 2023-10-04 17:39:03,255 - saq - worker - Worker starting: Queue<redis=Redis<ConnectionPool<Connection<host=localhost,port=6397,db=0>>>, name='samples'>

0 commit comments

Comments
 (0)