diff options
| author | Adnan Maolood <[email protected]> | 2021-02-09 15:49:53 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-02-09 15:50:54 -0500 |
| commit | f0e9150663c6061d9494c6e7c1ba0d88f27feb9d (patch) | |
| tree | 55b36f0ff2c75ea2b29f0057ac2879f3aa02dd54 /README.md | |
| parent | Update documentation (diff) | |
| download | go-gemini-f0e9150663c6061d9494c6e7c1ba0d88f27feb9d.tar.xz go-gemini-f0e9150663c6061d9494c6e7c1ba0d88f27feb9d.zip | |
Add Gemini specification version to README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |