diff options
| author | adnano <[email protected]> | 2020-10-11 15:23:41 -0400 |
|---|---|---|
| committer | adnano <[email protected]> | 2020-10-11 15:23:41 -0400 |
| commit | 90c9f5da5b2d46658d04a8b375bf2be7605706a6 (patch) | |
| tree | 5f1a84604a126a7951c6c83639f6598510f172a6 | |
| parent | Fix parsing of links without names (diff) | |
| download | go-gemini-90c9f5da5b2d46658d04a8b375bf2be7605706a6.tar.xz go-gemini-90c9f5da5b2d46658d04a8b375bf2be7605706a6.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |