From cec043cfd881a820794fc7e3e400cbae727159fd Mon Sep 17 00:00:00 2001 From: adnano Date: Sun, 27 Sep 2020 21:40:51 -0400 Subject: [PATCH] Fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index daa3ffb..a9dd0d1 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ 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. -req := gemini.NewRequest("gemini://example.com") -gemini.Send(req) +req := gmi.NewRequest("gemini://example.com") +gmi.Send(req) ``` Clients can also load their own list of known hosts: