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
304e543637
commit
c25a128d2e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user