Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardKnop committed Oct 18, 2020
1 parent df52387 commit dc27d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Machinery is an asynchronous task queue/job queue based on distributed message p
* [Groups](#groups)
* [Chords](#chords)
* [Chains](#chains)
* [Periodic Tasks & Workflows](#periodic-tasks-workflows)
* [Periodic Tasks & Workflows](#periodic-tasks--workflows)
* [Periodic Tasks](#periodic-tasks)
* [Periodic Groups](#periodic-groups)
* [Periodic Chains](#periodic-chains)
Expand Down Expand Up @@ -974,7 +974,7 @@ for _, result := range results {

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

#### Periodic Tasls
#### Periodic Tasks

```go
import (
Expand Down

0 comments on commit dc27d64

Please sign in to comment.