diff options
| author | adnano <[email protected]> | 2020-09-27 16:31:41 -0400 |
|---|---|---|
| committer | adnano <[email protected]> | 2020-09-27 16:31:41 -0400 |
| commit | a691e3cc8b7140de67b8a76d0fe57272b7891a09 (patch) | |
| tree | 5023d91891dccd8b6dda5790cb15cb33ccf6e1ae /README.md | |
| parent | Update documentation (diff) | |
| download | go-gemini-a691e3cc8b7140de67b8a76d0fe57272b7891a09.tar.xz go-gemini-a691e3cc8b7140de67b8a76d0fe57272b7891a09.zip | |
Fix README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) ``` |