aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdnan Maolood <[email protected]>2021-02-08 12:53:37 -0500
committerAdnan Maolood <[email protected]>2021-02-08 12:53:37 -0500
commit9bfb0075814b412d0824f0658552d644e60f090e (patch)
treea7013f7b5f3fc76fc17139fbf666443985356a0d /README.md
parentRename Responder to Handler (diff)
downloadgo-gemini-9bfb0075814b412d0824f0658552d644e60f090e.tar.xz
go-gemini-9bfb0075814b412d0824f0658552d644e60f090e.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac1b455..f1eb147 100644
--- a/README.md
+++ b/README.md
@@ -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