Skip to content

Commit

Permalink
Merge pull request #39 from Guria/patch-1
Browse files Browse the repository at this point in the history
docs: fix import in example
  • Loading branch information
CrowdHailer authored Sep 16, 2024
2 parents 41fb40d + e115431 commit ffecc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Midas separates defining tasks from running tasks.
The `midas/task` module is for defining tasks, this is normally the module you want to start with.

```gleam
import gleam/task as t
import midas/task as t
pub fn task() {
let request = // ...
Expand Down

0 comments on commit ffecc81

Please sign in to comment.