Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Jan 26, 2025
1 parent f669dc6 commit 0cb5ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ use ggemini::client::{

fn main() -> ExitCode {
Client::new().request_async(
Request::gemini(
Request::gemini( // or `Request::titan`
Uri::parse("gemini://geminiprotocol.net/", UriFlags::NONE).unwrap(),
),
Priority::DEFAULT,
Expand Down

0 comments on commit 0cb5ff9

Please sign in to comment.