aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdnan Maolood <[email protected]>2021-02-09 15:49:53 -0500
committerAdnan Maolood <[email protected]>2021-02-09 15:50:54 -0500
commitf0e9150663c6061d9494c6e7c1ba0d88f27feb9d (patch)
tree55b36f0ff2c75ea2b29f0057ac2879f3aa02dd54 /README.md
parentUpdate documentation (diff)
downloadgo-gemini-f0e9150663c6061d9494c6e7c1ba0d88f27feb9d.tar.xz
go-gemini-f0e9150663c6061d9494c6e7c1ba0d88f27feb9d.zip
Add Gemini specification version to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f1eb147..73df5ff 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@ Package gemini implements the [Gemini protocol](https://gemini.circumlunar.space
It provides an API similar to that of net/http to make it easy to develop Gemini clients and servers.
+Compatible with version v0.14.3 of the Gemini specification.
+
## Usage
import "git.sr.ht/~adnano/go-gemini"