From 2064ceb8644db6a570ba6842a476008fe9e2e030 Mon Sep 17 00:00:00 2001 From: lewdum Date: Tue, 22 Oct 2024 19:43:35 -0300 Subject: [PATCH] README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ef1376..eefc6b4 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ import apkallone import apkallone/mastodon/instance pub fn main() { - let assert Ok(instance) = + let assert Ok(instance_info) = apkallone.Client("https://tech.lgbt") |> instance.get - io.debug(instance) + io.debug(instance_info) } ```