update example

This commit is contained in:
yggverse 2025-01-22 15:15:54 +02:00
parent 075b5605a0
commit ea9d7e4c5d

View file

@ -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(),