Skip to content

Commit dc27d64

Browse files
committed
chore: update README
1 parent df52387 commit dc27d64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Machinery is an asynchronous task queue/job queue based on distributed message p
4646
* [Groups](#groups)
4747
* [Chords](#chords)
4848
* [Chains](#chains)
49-
* [Periodic Tasks & Workflows](#periodic-tasks-workflows)
49+
* [Periodic Tasks & Workflows](#periodic-tasks--workflows)
5050
* [Periodic Tasks](#periodic-tasks)
5151
* [Periodic Groups](#periodic-groups)
5252
* [Periodic Chains](#periodic-chains)
@@ -974,7 +974,7 @@ for _, result := range results {
974974

975975
Machinery now supports scheduling periodic tasks and workflows. See examples bellow.
976976

977-
#### Periodic Tasls
977+
#### Periodic Tasks
978978

979979
```go
980980
import (

0 commit comments

Comments
 (0)