1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-11-23 16:52:06 +01:00

Fix README.md

This commit is contained in:
adnano 2020-09-27 16:31:41 -04:00
parent 8ea91e8f56
commit f23f6cb070

@ -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)
```