aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradnano <[email protected]>2020-09-27 16:31:41 -0400
committeradnano <[email protected]>2020-09-27 16:31:41 -0400
commita691e3cc8b7140de67b8a76d0fe57272b7891a09 (patch)
tree5023d91891dccd8b6dda5790cb15cb33ccf6e1ae /README.md
parentUpdate documentation (diff)
downloadgo-gemini-a691e3cc8b7140de67b8a76d0fe57272b7891a09.tar.xz
go-gemini-a691e3cc8b7140de67b8a76d0fe57272b7891a09.zip
Fix README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index ba047d3..2f3fc8b 100644
--- a/README.md
+++ b/README.md
@@ -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)
```