From e115431dcc58675b319ced60a1f30d3882b14d4a Mon Sep 17 00:00:00 2001 From: Aleksei Gurianov Date: Mon, 16 Sep 2024 21:47:18 +0300 Subject: [PATCH] docs: fix import in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d670abe..500b391 100644 --- a/README.md +++ b/README.md @@ -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 = // ...