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) } ```