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:
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)
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user