diff options
| author | adnano <[email protected]> | 2020-09-27 21:40:51 -0400 |
|---|---|---|
| committer | adnano <[email protected]> | 2020-09-27 21:40:51 -0400 |
| commit | cec043cfd881a820794fc7e3e400cbae727159fd (patch) | |
| tree | c2990d1cb5112324fe3b8afc6fdd2aea2cb5ec74 /README.md | |
| parent | Check certificate notBefore and notAfter times (diff) | |
| download | go-gemini-cec043cfd881a820794fc7e3e400cbae727159fd.tar.xz go-gemini-cec043cfd881a820794fc7e3e400cbae727159fd.zip | |
Fix README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |