Skip to content

Commit

Permalink
Use correct header
Browse files Browse the repository at this point in the history
  • Loading branch information
lowmelvin committed Sep 26, 2024
1 parent 0f9c4ee commit c9db83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Task.pure[IO](intTask)(_ + _)
// ^^^^^
```

# Caching
## Caching

All tasks will only be executed once per run, no matter how many times they are referenced.

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ val intTask = Task.pure[IO](1)
Task.pure[IO](intTask)(_ + _)
```

# Caching
## Caching

All tasks will only be executed once per run, no matter how many times they are referenced.

Expand Down

0 comments on commit c9db83f

Please sign in to comment.