1
0
Fork 0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-05-08 23:16:14 +02:00

Add Gemini specification version to README.md

This commit is contained in:
Adnan Maolood 2021-02-09 15:49:53 -05:00
parent f4b80ef305
commit f0e9150663

View File

@ -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"