diff options
| author | Adnan Maolood <[email protected]> | 2021-02-08 12:53:37 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-02-08 12:53:37 -0500 |
| commit | 9bfb0075814b412d0824f0658552d644e60f090e (patch) | |
| tree | a7013f7b5f3fc76fc17139fbf666443985356a0d /README.md | |
| parent | Rename Responder to Handler (diff) | |
| download | go-gemini-9bfb0075814b412d0824f0658552d644e60f090e.tar.xz go-gemini-9bfb0075814b412d0824f0658552d644e60f090e.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ Package gemini 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 develop Gemini clients and servers. +It provides an API similar to that of net/http to make it easy to develop Gemini clients and servers. ## Usage |