From f23f6cb0705f9cbe593cf059b7169cbe56bba061 Mon Sep 17 00:00:00 2001 From: adnano Date: Sun, 27 Sep 2020 16:31:41 -0400 Subject: [PATCH] Fix README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ba047d3..2f3fc8b 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,7 @@ The default client loads known hosts from `$XDG_DATA_HOME/gemini/known_hosts`. If that is all you need, you can simply use the top-level `Send` function: ```go -// Send uses the default client, which will load the default list of known -hosts. +// Send uses the default client, which will load the default list of known hosts. req := gemini.NewRequest("gemini://example.com") gemini.Send(req) ```