From ea9d7e4c5da5b918b632555c465427145ce5893d Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 22 Jan 2025 15:15:54 +0200 Subject: [PATCH] update example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ea0832..43f8419 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ use ggemini::client::{ fn main() -> ExitCode { Client::new().request_async( Request::gemini( - Uri::parse(REQUEST, UriFlags::NONE).unwrap(), + Uri::parse("gemini://geminiprotocol.net/", UriFlags::NONE).unwrap(), ), Priority::DEFAULT, Cancellable::new(),