Skip to content

Commit

Permalink
Fix typo in available-components/schedule-sources.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thenesterov authored Feb 20, 2024
1 parent 555bdae commit 2e0fe3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/available-components/schedule-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Currently we have only one schedule source.
## RedisScheduleSource

This source is capable of adding new schedules in runtime. It uses Redis as a storage for schedules.
To use this source you need to install `taskiq-redids` package.
To use this source you need to install `taskiq-redis` package.

```python
from taskiq_redis import RedisScheduleSource
Expand Down

0 comments on commit 2e0fe3f

Please sign in to comment.