diff options
| author | adnano <[email protected]> | 2020-09-28 18:28:52 -0400 |
|---|---|---|
| committer | adnano <[email protected]> | 2020-09-28 18:28:52 -0400 |
| commit | 855eff6d88024bd4a0360236bbda5725d4e37ec9 (patch) | |
| tree | 1522f9c48adfc1298e8cfd3deb1c9767cd991f60 | |
| parent | Update documentation link (diff) | |
| download | go-gemini-855eff6d88024bd4a0360236bbda5725d4e37ec9.tar.xz go-gemini-855eff6d88024bd4a0360236bbda5725d4e37ec9.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ -# go-gemini +# gmi [](https://godoc.org/git.sr.ht/~adnano/gmi) -`go-gemini` implements the [Gemini protocol](https://gemini.circumlunar.space) +Package `gmi` implements the [Gemini protocol](https://gemini.circumlunar.space) in Go. It aims to provide an API similar to that of `net/http` to make it easy to |