aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradnano <[email protected]>2020-10-11 15:23:41 -0400
committeradnano <[email protected]>2020-10-11 15:23:41 -0400
commit90c9f5da5b2d46658d04a8b375bf2be7605706a6 (patch)
tree5f1a84604a126a7951c6c83639f6598510f172a6
parentFix parsing of links without names (diff)
downloadgo-gemini-90c9f5da5b2d46658d04a8b375bf2be7605706a6.tar.xz
go-gemini-90c9f5da5b2d46658d04a8b375bf2be7605706a6.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 503d3da..72476de 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ The way this is implemented in this package is like so:
## Trust On First Use
-`go-gemini` makes it easy to implement Trust On First Use in your clients.
+`gmi` makes it easy to implement Trust On First Use in your clients.
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: